#B21F08

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

Shades of Fire Brick #B21F08

Tints of Fire Brick #B21F08

Color information

#B21F08 (or 0xB21F08) is unknown color: approx Fire Brick. HEX triplet: B2, 1F and 08. RGB value is (178,31,8). Sum of RGB (Red+Green+Blue) = 178+31+8=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21F08 is #4DE0F7. Grayscale: #484848. Windows color (decimal): -5103864 or 532402. OLE color: 532402.

HSL color Cylindrical-coordinate representation of color #B21F08: hue angle of 8.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B21F08 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB178318-
CMYK00.830.960.30
HSL8.12º91.4%36.47%-
HSV(B)8.12º95.51%69.8%-
XYZ18.8910.461.25-
YUV72.3391.7203.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.03%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=82.03%
G=14.29%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17831800.830.960.308.1291.436.47
HexB21F8053601E85b24
Octal26237100123140361013344
Binary101100101111110000101001111000001111010001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21F08; }

 p { color: rgb(178,31,8); }

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

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

 a { background-color: rgb(178,31,8); }

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

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

 span { border-color: rgb(178,31,8); }

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