#BB161E

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

Shades of Fire Engine Red #BB161E

Tints of Fire Engine Red #BB161E

Color information

#BB161E (or 0xBB161E) is unknown color: approx Fire Engine Red. HEX triplet: BB, 16 and 1E. RGB value is (187,22,30). Sum of RGB (Red+Green+Blue) = 187+22+30=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB161E is #44E9E1. Grayscale: #484848. Windows color (decimal): -4516322 or 1971899. OLE color: 1971899.

HSL color Cylindrical-coordinate representation of color #BB161E: hue angle of 357.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB161E is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1872230-
CMYK00.880.840.27
HSL357.09º78.95%40.98%-
HSV(B)357.09º88.24%73.33%-
XYZ21.0111.232.29-
YUV72.25104.16209.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 78.24%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=78.24%
G=9.21%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187223000.880.840.27357.0978.9540.98
HexBB161E058541B1654f29
Octal273263601301243354511751
Binary101110111011011110010110001010100110111011001011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB161E; }

 p { color: rgb(187,22,30); }

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

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

 a { background-color: rgb(187,22,30); }

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

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

 span { border-color: rgb(187,22,30); }

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