#B71916

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

Shades of Fire Brick #B71916

Tints of Fire Brick #B71916

Color information

#B71916 (or 0xB71916) is unknown color: approx Fire Brick. HEX triplet: B7, 19 and 16. RGB value is (183,25,22). Sum of RGB (Red+Green+Blue) = 183+25+22=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B71916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71916 is #48E6E9. Grayscale: #484848. Windows color (decimal): -4777706 or 1448375. OLE color: 1448375.

HSL color Cylindrical-coordinate representation of color #B71916: hue angle of 1.12º 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 #B71916 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB1832522-
CMYK00.860.880.28
HSL1.12º78.54%40.2%-
HSV(B)1.12º87.98%71.76%-
XYZ20.0210.821.79-
YUV71.999.85207.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 79.57%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=79.57%
G=10.87%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183252200.860.880.281.1278.5440.2
HexB71916056581C14f28
Octal2673126012613034111750
Binary1011011111001101100101011010110001110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71916; }

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

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

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

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

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

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

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

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