#B12C0C

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

Shades of Rust #B12C0C

Tints of Rust #B12C0C

Color information

#B12C0C (or 0xB12C0C) is unknown color: approx Rust. HEX triplet: B1, 2C and 0C. RGB value is (177,44,12). Sum of RGB (Red+Green+Blue) = 177+44+12=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12C0C is #4ED3F3. Grayscale: #505050. Windows color (decimal): -5166068 or 797873. OLE color: 797873.

HSL color Cylindrical-coordinate representation of color #B12C0C: hue angle of 11.64º 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 #B12C0C is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1774412-
CMYK00.750.930.31
HSL11.64º87.3%37.06%-
HSV(B)11.64º93.22%69.41%-
XYZ19.111.181.5-
YUV80.1289.56197.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=75.97%
G=18.88%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177441200.750.930.3111.6487.337.06
HexB12CC04B5D1Fc5725
Octal26154140113135371412745
Binary1011000110110011000100101110111011111111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12C0C; }

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

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

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

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

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

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

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

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