#B81A15

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

Shades of Fire Brick #B81A15

Tints of Fire Brick #B81A15

Color information

#B81A15 (or 0xB81A15) is unknown color: approx Fire Brick. HEX triplet: B8, 1A and 15. RGB value is (184,26,21). Sum of RGB (Red+Green+Blue) = 184+26+21=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A15 is #47E5EA. Grayscale: #484848. Windows color (decimal): -4711915 or 1383096. OLE color: 1383096.

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

Color convert

RGB1842621-
CMYK00.860.890.28
HSL1.84º79.51%40.2%-
HSV(B)1.84º88.59%72.16%-
XYZ20.2710.981.76-
YUV72.6798.85207.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 79.65%
GREEN value IS 26 (10.55% from 255) = 11.26%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=79.65%
G=11.26%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184262100.860.890.281.8479.5140.2
HexB81A15056591C25028
Octal2703225012613134212050
Binary10111000110101010101010110101100111100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81A15; }

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

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

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

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

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

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

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

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