#b71620

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

Shades of Fire Engine Red #B71620

Tints of Fire Engine Red #B71620

Color information

#B71620 (or 0xB71620) is unknown color: approx Fire Engine Red. HEX triplet: B7, 16 and 20. RGB value is (183,22,32). Sum of RGB (Red+Green+Blue) = 183+22+32=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B71620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71620 is #48E9DF. Grayscale: #474747. Windows color (decimal): -4778464 or 2102967. OLE color: 2102967.

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

Color convert

RGB1832232-
CMYK00.880.830.28
HSL356.27º78.54%40.2%-
HSV(B)356.27º87.98%71.76%-
XYZ20.0810.752.38-
YUV71.28105.84207.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 77.22%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=77.22%
G=9.28%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183223200.880.830.28356.2778.5440.2
HexB71620058531C1644f28
Octal267264001301233454411750
Binary1011011110110100000010110001010011111001011001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71620; }

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

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

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

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

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

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

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

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