#B12A0F

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

Shades of Fire Brick #B12A0F

Tints of Fire Brick #B12A0F

Color information

#B12A0F (or 0xB12A0F) is unknown color: approx Fire Brick. HEX triplet: B1, 2A and 0F. RGB value is (177,42,15). Sum of RGB (Red+Green+Blue) = 177+42+15=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12A0F is #4ED5F0. Grayscale: #4F4F4F. Windows color (decimal): -5166577 or 993969. OLE color: 993969.

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

Color convert

RGB1774215-
CMYK00.760.920.31
HSL10º84.38%37.65%-
HSV(B)10º91.53%69.41%-
XYZ19.0511.041.58-
YUV79.2991.73197.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.64%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=75.64%
G=17.95%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177421500.760.920.311084.3837.65
HexB12AF04C5C1Fa5426
Octal26152170114134371212446
Binary1011000110101011110100110010111001111110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A0F; }

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

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

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

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

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

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

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

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