#B11820

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

Shades of Fire Engine Red #B11820

Tints of Fire Engine Red #B11820

Color information

#B11820 (or 0xB11820) is unknown color: approx Fire Engine Red. HEX triplet: B1, 18 and 20. RGB value is (177,24,32). Sum of RGB (Red+Green+Blue) = 177+24+32=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B11820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11820 is #4EE7DF. Grayscale: #464646. Windows color (decimal): -5171168 or 2103473. OLE color: 2103473.

HSL color Cylindrical-coordinate representation of color #B11820: hue angle of 356.86º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11820 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1772432-
CMYK00.860.820.31
HSL356.86º76.12%39.41%-
HSV(B)356.86º86.44%69.41%-
XYZ18.7210.12.33-
YUV70.66106.19203.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 24 (9.77% from 255) = 10.30%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=75.97%
G=10.30%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177243200.860.820.31356.8676.1239.41
HexB11820056521F1654c27
Octal261304001261223754511447
Binary1011000111000100000010101101010010111111011001011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11820; }

 p { color: rgb(177,24,32); }

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

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

 a { background-color: rgb(177,24,32); }

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

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

 span { border-color: rgb(177,24,32); }

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