#B01808

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

Shades of Fire Brick #B01808

Tints of Fire Brick #B01808

Color information

#B01808 (or 0xB01808) is unknown color: approx Fire Brick. HEX triplet: B0, 18 and 08. RGB value is (176,24,8). Sum of RGB (Red+Green+Blue) = 176+24+8=208 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.62% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 176 - color contains mainly: red. Hex color #B01808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01808 is #4FE7F7. Grayscale: #434343. Windows color (decimal): -5236728 or 530608. OLE color: 530608.

HSL color Cylindrical-coordinate representation of color #B01808: hue angle of 5.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B01808 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB176248-
CMYK00.860.950.31
HSL5.71º91.3%36.08%-
HSV(B)5.71º95.45%69.02%-
XYZ18.279.91.18-
YUV67.6294.36205.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 84.62%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 8 (3.52% from 255) = 3.85%
R=84.62%
G=11.54%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17624800.860.950.315.7191.336.08
HexB01880565F1F65b24
Octal2603010012613737613344
Binary10110000110001000010101101011111111111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01808; }

 p { color: rgb(176,24,8); }

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

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

 a { background-color: rgb(176,24,8); }

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

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

 span { border-color: rgb(176,24,8); }

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