#b81a09

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

Shades of Fire Brick #B81A09

Tints of Fire Brick #B81A09

Color information

#B81A09 (or 0xB81A09) is unknown color: approx Fire Brick. HEX triplet: B8, 1A and 09. RGB value is (184,26,9). Sum of RGB (Red+Green+Blue) = 184+26+9=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A09 is #47E5F6. Grayscale: #474747. Windows color (decimal): -4711927 or 596664. OLE color: 596664.

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

Color convert

RGB184269-
CMYK00.860.950.28
HSL5.83º90.67%37.84%-
HSV(B)5.83º95.11%72.16%-
XYZ20.1910.951.31-
YUV71.392.85208.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 84.02%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 9 (3.91% from 255) = 4.11%
R=84.02%
G=11.87%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18426900.860.950.285.8390.6737.84
HexB81A90565F1C65b26
Octal2703211012613734613346
Binary10111000110101001010101101011111111001101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b81a09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b81a09; }

 p { color: rgb(184,26,9); }

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

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

 a { background-color: rgb(184,26,9); }

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

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

 span { border-color: rgb(184,26,9); }

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