#B71F11

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

Shades of Fire Brick #B71F11

Tints of Fire Brick #B71F11

Color information

#B71F11 (or 0xB71F11) is unknown color: approx Fire Brick. HEX triplet: B7, 1F and 11. RGB value is (183,31,17). Sum of RGB (Red+Green+Blue) = 183+31+17=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F11 is #48E0EE. Grayscale: #4B4B4B. Windows color (decimal): -4776175 or 1122231. OLE color: 1122231.

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

Color convert

RGB1833117-
CMYK00.830.910.28
HSL5.06º83%39.22%-
HSV(B)5.06º90.71%71.76%-
XYZ20.1211.091.61-
YUV74.8595.36205.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 79.22%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=79.22%
G=13.42%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183311700.830.910.285.068339.22
HexB71F110535B1C55327
Octal2673721012313334512347
Binary101101111111110001010100111011011111001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71F11; }

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

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

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

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

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

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

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

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