#b71f16

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

Shades of Fire Brick #B71F16

Tints of Fire Brick #B71F16

Color information

#B71F16 (or 0xB71F16) is unknown color: approx Fire Brick. HEX triplet: B7, 1F and 16. RGB value is (183,31,22). Sum of RGB (Red+Green+Blue) = 183+31+22=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F16 is #48E0E9. Grayscale: #4B4B4B. Windows color (decimal): -4776170 or 1449911. OLE color: 1449911.

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

Color convert

RGB1833122-
CMYK00.830.880.28
HSL3.35º78.54%40.2%-
HSV(B)3.35º87.98%71.76%-
XYZ20.1611.111.84-
YUV75.4297.86204.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 77.54%
GREEN value IS 31 (12.5% from 255) = 13.14%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=77.54%
G=13.14%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183312200.830.880.283.3578.5440.2
HexB71F16053581C34f28
Octal2673726012313034311750
Binary10110111111111011001010011101100011100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71f16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71f16; }

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

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

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

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

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

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

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

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