#B71F08

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

Shades of Fire Brick #B71F08

Tints of Fire Brick #B71F08

Color information

#B71F08 (or 0xB71F08) is unknown color: approx Fire Brick. HEX triplet: B7, 1F and 08. RGB value is (183,31,8). Sum of RGB (Red+Green+Blue) = 183+31+8=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F08 is #48E0F7. Grayscale: #4A4A4A. Windows color (decimal): -4776184 or 532407. OLE color: 532407.

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

Color convert

RGB183318-
CMYK00.830.960.28
HSL7.89º91.62%37.45%-
HSV(B)7.89º95.63%71.76%-
XYZ20.0611.061.31-
YUV73.8390.86205.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 82.43%
GREEN value IS 31 (12.5% from 255) = 13.96%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=82.43%
G=13.96%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18331800.830.960.287.8991.6237.45
HexB71F8053601C85c25
Octal26737100123140341013445
Binary101101111111110000101001111000001110010001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71F08; }

 p { color: rgb(183,31,8); }

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

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

 a { background-color: rgb(183,31,8); }

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

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

 span { border-color: rgb(183,31,8); }

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