#B81A0F

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

Shades of Fire Brick #B81A0F

Tints of Fire Brick #B81A0F

Color information

#B81A0F (or 0xB81A0F) is unknown color: approx Fire Brick. HEX triplet: B8, 1A and 0F. RGB value is (184,26,15). Sum of RGB (Red+Green+Blue) = 184+26+15=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A0F is #47E5F0. Grayscale: #484848. Windows color (decimal): -4711921 or 989880. OLE color: 989880.

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

Color convert

RGB1842615-
CMYK00.860.920.28
HSL3.91º84.92%39.02%-
HSV(B)3.91º91.85%72.16%-
XYZ20.2210.961.5-
YUV71.9995.85207.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 81.78%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=81.78%
G=11.56%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184261500.860.920.283.9184.9239.02
HexB81AF0565C1C45527
Octal2703217012613434412547
Binary10111000110101111010101101011100111001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81A0F; }

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

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

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

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

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

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

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

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