#B71B20

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

Shades of Fire Engine Red #B71B20

Tints of Fire Engine Red #B71B20

Color information

#B71B20 (or 0xB71B20) is unknown color: approx Fire Engine Red. HEX triplet: B7, 1B and 20. RGB value is (183,27,32). Sum of RGB (Red+Green+Blue) = 183+27+32=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B20 is #48E4DF. Grayscale: #4A4A4A. Windows color (decimal): -4777184 or 2104247. OLE color: 2104247.

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

Color convert

RGB1832732-
CMYK00.850.830.28
HSL358.08º74.29%41.18%-
HSV(B)358.08º85.25%71.76%-
XYZ20.1810.962.42-
YUV74.21104.18205.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.62%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=75.62%
G=11.16%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183273200.850.830.28358.0874.2941.18
HexB71B20055531C1664a29
Octal267334001251233454611251
Binary1011011111011100000010101011010011111001011001101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B20; }

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

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

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

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

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

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

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

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