#b31e0c

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

Shades of Fire Brick #B31E0C

Tints of Fire Brick #B31E0C

Color information

#B31E0C (or 0xB31E0C) is unknown color: approx Fire Brick. HEX triplet: B3, 1E and 0C. RGB value is (179,30,12). Sum of RGB (Red+Green+Blue) = 179+30+12=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31E0C is #4CE1F3. Grayscale: #484848. Windows color (decimal): -5038580 or 794291. OLE color: 794291.

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

Color convert

RGB1793012-
CMYK00.830.930.30
HSL6.47º87.43%37.45%-
HSV(B)6.47º93.3%70.2%-
XYZ19.1210.541.37-
YUV72.593.86203.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 81.00%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=81.00%
G=13.57%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179301200.830.930.306.4787.4337.45
HexB31EC0535D1E65725
Octal2633614012313536612745
Binary10110011111101100010100111011101111101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31e0c; }

 p { color: rgb(179,30,12); }

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

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

 a { background-color: rgb(179,30,12); }

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

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

 span { border-color: rgb(179,30,12); }

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