#B71920

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

Shades of Fire Engine Red #B71920

Tints of Fire Engine Red #B71920

Color information

#B71920 (or 0xB71920) is unknown color: approx Fire Engine Red. HEX triplet: B7, 19 and 20. RGB value is (183,25,32). Sum of RGB (Red+Green+Blue) = 183+25+32=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B71920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71920 is #48E6DF. Grayscale: #494949. Windows color (decimal): -4777696 or 2103735. OLE color: 2103735.

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

Color convert

RGB1832532-
CMYK00.860.830.28
HSL357.34º75.96%40.78%-
HSV(B)357.34º86.34%71.76%-
XYZ20.1410.872.4-
YUV73.04104.85206.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.25%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=76.25%
G=10.42%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183253200.860.830.28357.3475.9640.78
HexB71920056531C1654c29
Octal267314001261233454511451
Binary1011011111001100000010101101010011111001011001011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71920; }

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

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

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

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

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

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

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

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