#B21A12

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

Shades of Fire Brick #B21A12

Tints of Fire Brick #B21A12

Color information

#B21A12 (or 0xB21A12) is unknown color: approx Fire Brick. HEX triplet: B2, 1A and 12. RGB value is (178,26,18). Sum of RGB (Red+Green+Blue) = 178+26+18=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A12 is #4DE5ED. Grayscale: #464646. Windows color (decimal): -5105134 or 1186482. OLE color: 1186482.

HSL color Cylindrical-coordinate representation of color #B21A12: hue angle of 3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21A12 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1782618-
CMYK00.850.900.30
HSL81.63%38.43%-
HSV(B)89.89%69.8%-
XYZ18.8410.251.56-
YUV70.5498.36204.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.18%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=80.18%
G=11.71%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178261800.850.900.30381.6338.43
HexB21A120555A1E35226
Octal2623222012513236312246
Binary10110010110101001001010101101101011110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21A12; }

 p { color: rgb(178,26,18); }

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

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

 a { background-color: rgb(178,26,18); }

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

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

 span { border-color: rgb(178,26,18); }

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