#B12924

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

Shades of Fire Brick #B12924

Tints of Fire Brick #B12924

Color information

#B12924 (or 0xB12924) is unknown color: approx Fire Brick. HEX triplet: B1, 29 and 24. RGB value is (177,41,36). Sum of RGB (Red+Green+Blue) = 177+41+36=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B12924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12924 is #4ED6DB. Grayscale: #515151. Windows color (decimal): -5166812 or 2369969. OLE color: 2369969.

HSL color Cylindrical-coordinate representation of color #B12924: hue angle of 2.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12924 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1774136-
CMYK00.770.800.31
HSL2.13º66.2%41.76%-
HSV(B)2.13º79.66%69.41%-
XYZ19.2411.062.79-
YUV81.09102.56196.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.69%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=69.69%
G=16.14%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177413600.770.800.312.1366.241.76
HexB1292404D501F2422a
Octal2615144011512037210252
Binary1011000110100110010001001101101000011111101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12924; }

 p { color: rgb(177,41,36); }

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

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

 a { background-color: rgb(177,41,36); }

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

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

 span { border-color: rgb(177,41,36); }

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