#B02F12

Color #B02F12 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B02F12

Tints of Rust #B02F12

Color information

#B02F12 (or 0xB02F12) is unknown color: approx Rust. HEX triplet: B0, 2F and 12. RGB value is (176,47,18). Sum of RGB (Red+Green+Blue) = 176+47+18=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02F12 is #4FD0ED. Grayscale: #525252. Windows color (decimal): -5230830 or 1191856. OLE color: 1191856.

HSL color Cylindrical-coordinate representation of color #B02F12: hue angle of 11.01º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B02F12 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1764718-
CMYK00.730.900.31
HSL11.01º81.44%38.04%-
HSV(B)11.01º89.77%69.02%-
XYZ19.0311.311.75-
YUV82.2691.74194.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 73.03%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=73.03%
G=19.50%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176471800.730.900.3111.0181.4438.04
HexB02F120495A1Fb5126
Octal26057220111132371312146
Binary10110000101111100100100100110110101111110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F12; }

 p { color: rgb(176,47,18); }

 H1.HeaderClassName
 {
   color: #B02F12;
 }
 .AnyTagClassName
 {
   color: #B02F12;
 }
</style>
background-color css

<style>
 a { background-color: #B02F12; }

 a { background-color: rgb(176,47,18); }

 div.DivClassName
 {
   background-color: #B02F12;
 }
 .BgClassName
 {
   background-color: #B02F12;
 }
</style>
border-color css

<style>
 span { border-color: #B02F12; }

 span { border-color: rgb(176,47,18); }

 td.TdClassName
 {
   border-color: #B02F12;
 }
 .TagClassName
 {
   border-color: #B02F12;
 }
</style>