#B31A0B

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

Shades of Fire Brick #B31A0B

Tints of Fire Brick #B31A0B

Color information

#B31A0B (or 0xB31A0B) is unknown color: approx Fire Brick. HEX triplet: B3, 1A and 0B. RGB value is (179,26,11). Sum of RGB (Red+Green+Blue) = 179+26+11=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31A0B is #4CE5F4. Grayscale: #464646. Windows color (decimal): -5039605 or 727731. OLE color: 727731.

HSL color Cylindrical-coordinate representation of color #B31A0B: hue angle of 5.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B31A0B is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1792611-
CMYK00.850.940.30
HSL5.36º88.42%37.25%-
HSV(B)5.36º93.85%70.2%-
XYZ19.0210.351.31-
YUV70.0494.69205.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 82.87%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=82.87%
G=12.04%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179261100.850.940.305.3688.4237.25
HexB31AB0555E1E55825
Octal2633213012513636513045
Binary10110011110101011010101011011110111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A0B; }

 p { color: rgb(179,26,11); }

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

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

 a { background-color: rgb(179,26,11); }

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

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

 span { border-color: rgb(179,26,11); }

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