#B21A16

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

Shades of Fire Brick #B21A16

Tints of Fire Brick #B21A16

Color information

#B21A16 (or 0xB21A16) is unknown color: approx Fire Brick. HEX triplet: B2, 1A and 16. RGB value is (178,26,22). Sum of RGB (Red+Green+Blue) = 178+26+22=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A16 is #4DE5E9. Grayscale: #474747. Windows color (decimal): -5105130 or 1448626. OLE color: 1448626.

HSL color Cylindrical-coordinate representation of color #B21A16: hue angle of 1.54º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21A16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1782622-
CMYK00.850.880.30
HSL1.54º78%39.22%-
HSV(B)1.54º87.64%69.8%-
XYZ18.8710.261.74-
YUV70.99100.36204.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.76%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=78.76%
G=11.50%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178262200.850.880.301.547839.22
HexB21A16055581E24e27
Octal2623226012513036211647
Binary10110010110101011001010101101100011110101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21A16; }

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

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

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

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

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

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

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

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