#b31c0c

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

Shades of Fire Brick #B31C0C

Tints of Fire Brick #B31C0C

Color information

#B31C0C (or 0xB31C0C) is unknown color: approx Fire Brick. HEX triplet: B3, 1C and 0C. RGB value is (179,28,12). Sum of RGB (Red+Green+Blue) = 179+28+12=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C0C is #4CE3F3. Grayscale: #474747. Windows color (decimal): -5039092 or 793779. OLE color: 793779.

HSL color Cylindrical-coordinate representation of color #B31C0C: hue angle of 5.75º 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 #B31C0C is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1792812-
CMYK00.840.930.30
HSL5.75º87.43%37.45%-
HSV(B)5.75º93.3%70.2%-
XYZ19.0710.441.36-
YUV71.3294.53204.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 81.74%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=81.74%
G=12.79%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179281200.840.930.305.7587.4337.45
HexB31CC0545D1E65725
Octal2633414012413536612745
Binary10110011111001100010101001011101111101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31c0c; }

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

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

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

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

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

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

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

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