#B91D08

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

Shades of Fire Brick #B91D08

Tints of Fire Brick #B91D08

Color information

#B91D08 (or 0xB91D08) is unknown color: approx Fire Brick. HEX triplet: B9, 1D and 08. RGB value is (185,29,8). Sum of RGB (Red+Green+Blue) = 185+29+8=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91D08 is #46E2F7. Grayscale: #494949. Windows color (decimal): -4645624 or 531897. OLE color: 531897.

HSL color Cylindrical-coordinate representation of color #B91D08: hue angle of 7.12º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B91D08 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB185298-
CMYK00.840.960.27
HSL7.12º91.71%37.84%-
HSV(B)7.12º95.68%72.55%-
XYZ20.4911.211.31-
YUV73.2591.18207.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 83.33%
GREEN value IS 29 (11.72% from 255) = 13.06%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=83.33%
G=13.06%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18529800.840.960.277.1291.7137.84
HexB91D8054601B75c26
Octal2713510012414033713446
Binary10111001111011000010101001100000110111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91D08; }

 p { color: rgb(185,29,8); }

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

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

 a { background-color: rgb(185,29,8); }

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

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

 span { border-color: rgb(185,29,8); }

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