#B12824

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

Shades of Fire Brick #B12824

Tints of Fire Brick #B12824

Color information

#B12824 (or 0xB12824) is unknown color: approx Fire Brick. HEX triplet: B1, 28 and 24. RGB value is (177,40,36). Sum of RGB (Red+Green+Blue) = 177+40+36=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B12824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12824 is #4ED7DB. Grayscale: #505050. Windows color (decimal): -5167068 or 2369713. OLE color: 2369713.

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

Color convert

RGB1774036-
CMYK00.770.800.31
HSL1.7º66.2%41.76%-
HSV(B)1.7º79.66%69.41%-
XYZ19.2110.992.78-
YUV80.51102.89196.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.96%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 36 (14.45% from 255) = 14.23%
R=69.96%
G=15.81%
B=14.23%

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
Decimal177403600.770.800.311.766.241.76
HexB1282404D501F2422a
Octal2615044011512037210252
Binary1011000110100010010001001101101000011111101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12824; }

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

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

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

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

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

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

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

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