#B12A0C

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

Shades of Rust #B12A0C

Tints of Rust #B12A0C

Color information

#B12A0C (or 0xB12A0C) is unknown color: approx Rust. HEX triplet: B1, 2A and 0C. RGB value is (177,42,12). Sum of RGB (Red+Green+Blue) = 177+42+12=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12A0C is #4ED5F3. Grayscale: #4F4F4F. Windows color (decimal): -5166580 or 797361. OLE color: 797361.

HSL color Cylindrical-coordinate representation of color #B12A0C: hue angle of 10.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B12A0C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1774212-
CMYK00.760.930.31
HSL10.91º87.3%37.06%-
HSV(B)10.91º93.22%69.41%-
XYZ19.0311.031.47-
YUV78.9490.23197.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.62%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=76.62%
G=18.18%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177421200.760.930.3110.9187.337.06
HexB12AC04C5D1Fb5725
Octal26152140114135371312745
Binary1011000110101011000100110010111011111110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A0C; }

 p { color: rgb(177,42,12); }

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

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

 a { background-color: rgb(177,42,12); }

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

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

 span { border-color: rgb(177,42,12); }

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