#B81A13

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

Shades of Fire Brick #B81A13

Tints of Fire Brick #B81A13

Color information

#B81A13 (or 0xB81A13) is unknown color: approx Fire Brick. HEX triplet: B8, 1A and 13. RGB value is (184,26,19). Sum of RGB (Red+Green+Blue) = 184+26+19=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A13 is #47E5EC. Grayscale: #484848. Windows color (decimal): -4711917 or 1252024. OLE color: 1252024.

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

Color convert

RGB1842619-
CMYK00.860.900.28
HSL2.55º81.28%39.8%-
HSV(B)2.55º89.67%72.16%-
XYZ20.2510.981.67-
YUV72.4497.85207.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.35%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=80.35%
G=11.35%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184261900.860.900.282.5581.2839.8
HexB81A130565A1C35128
Octal2703223012613234312150
Binary10111000110101001101010110101101011100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81A13; }

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

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

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

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

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

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

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

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