#B81E0D

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

Shades of Fire Brick #B81E0D

Tints of Fire Brick #B81E0D

Color information

#B81E0D (or 0xB81E0D) is unknown color: approx Fire Brick. HEX triplet: B8, 1E and 0D. RGB value is (184,30,13). Sum of RGB (Red+Green+Blue) = 184+30+13=227 (30% of max value = 765). Red value is 184 (72.27% from 255 or 81.06% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E0D is #47E1F2. Grayscale: #4A4A4A. Windows color (decimal): -4710899 or 859832. OLE color: 859832.

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

Color convert

RGB1843013-
CMYK00.840.930.28
HSL5.96º86.8%38.63%-
HSV(B)5.96º92.93%72.16%-
XYZ20.311.151.46-
YUV74.1193.52206.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 81.06%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 13 (5.47% from 255) = 5.73%
R=81.06%
G=13.22%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184301300.840.930.285.9686.838.63
HexB81ED0545D1C65727
Octal2703615012413534612747
Binary10111000111101101010101001011101111001101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81E0D; }

 p { color: rgb(184,30,13); }

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

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

 a { background-color: rgb(184,30,13); }

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

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

 span { border-color: rgb(184,30,13); }

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