#B81816

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

Shades of Fire Brick #B81816

Tints of Fire Brick #B81816

Color information

#B81816 (or 0xB81816) is unknown color: approx Fire Brick. HEX triplet: B8, 18 and 16. RGB value is (184,24,22). Sum of RGB (Red+Green+Blue) = 184+24+22=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B81816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81816 is #47E7E9. Grayscale: #474747. Windows color (decimal): -4712426 or 1448120. OLE color: 1448120.

HSL color Cylindrical-coordinate representation of color #B81816: hue angle of 0.74º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81816 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB1842422-
CMYK00.870.880.28
HSL0.74º78.64%40.39%-
HSV(B)0.74º88.04%72.16%-
XYZ20.2410.91.8-
YUV71.61100.01208.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=80%
G=10.43%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184242200.870.880.280.7478.6440.39
HexB81816057581C14f28
Octal2703026012713034111750
Binary1011100011000101100101011110110001110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81816; }

 p { color: rgb(184,24,22); }

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

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

 a { background-color: rgb(184,24,22); }

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

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

 span { border-color: rgb(184,24,22); }

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