#B31C10

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

Shades of Fire Brick #B31C10

Tints of Fire Brick #B31C10

Color information

#B31C10 (or 0xB31C10) is unknown color: approx Fire Brick. HEX triplet: B3, 1C and 10. RGB value is (179,28,16). Sum of RGB (Red+Green+Blue) = 179+28+16=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C10 is #4CE3EF. Grayscale: #474747. Windows color (decimal): -5039088 or 1055923. OLE color: 1055923.

HSL color Cylindrical-coordinate representation of color #B31C10: hue angle of 4.42º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31C10 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB1792816-
CMYK00.840.910.30
HSL4.42º83.59%38.24%-
HSV(B)4.42º91.06%70.2%-
XYZ19.110.451.5-
YUV71.7896.53204.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.27%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=80.27%
G=12.56%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179281600.840.910.304.4283.5938.24
HexB31C100545B1E45426
Octal2633420012413336412446
Binary101100111110010000010101001011011111101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C10; }

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

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

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

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

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

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

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

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