#B12724

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

Shades of Fire Brick #B12724

Tints of Fire Brick #B12724

Color information

#B12724 (or 0xB12724) is unknown color: approx Fire Brick. HEX triplet: B1, 27 and 24. RGB value is (177,39,36). Sum of RGB (Red+Green+Blue) = 177+39+36=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B12724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12724 is #4ED8DB. Grayscale: #505050. Windows color (decimal): -5167324 or 2369457. OLE color: 2369457.

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

Color convert

RGB1773936-
CMYK00.780.800.31
HSL1.28º66.2%41.76%-
HSV(B)1.28º79.66%69.41%-
XYZ19.1810.932.77-
YUV79.92103.22197.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.24%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 36 (14.45% from 255) = 14.29%
R=70.24%
G=15.48%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177393600.780.800.311.2866.241.76
HexB1272404E501F1422a
Octal2614744011612037110252
Binary101100011001111001000100111010100001111111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12724; }

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

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

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

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

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

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

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

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