#B12F08

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

Shades of Rust #B12F08

Tints of Rust #B12F08

Color information

#B12F08 (or 0xB12F08) is unknown color: approx Rust. HEX triplet: B1, 2F and 08. RGB value is (177,47,8). Sum of RGB (Red+Green+Blue) = 177+47+8=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12F08 is #4ED0F7. Grayscale: #515151. Windows color (decimal): -5165304 or 536497. OLE color: 536497.

HSL color Cylindrical-coordinate representation of color #B12F08: hue angle of 13.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B12F08 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB177478-
CMYK00.730.950.31
HSL13.85º91.35%36.27%-
HSV(B)13.85º95.48%69.41%-
XYZ19.1911.41.42-
YUV81.4286.57196.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.29%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 8 (3.52% from 255) = 3.45%
R=76.29%
G=20.26%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17747800.730.950.3113.8591.3536.27
HexB12F80495F1Fe5b24
Octal26157100111137371613344
Binary1011000110111110000100100110111111111111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F08; }

 p { color: rgb(177,47,8); }

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

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

 a { background-color: rgb(177,47,8); }

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

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

 span { border-color: rgb(177,47,8); }

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