#BB2027

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

Shades of Fire Engine Red #BB2027

Tints of Fire Engine Red #BB2027

Color information

#BB2027 (or 0xBB2027) is unknown color: approx Fire Engine Red. HEX triplet: BB, 20 and 27. RGB value is (187,32,39). Sum of RGB (Red+Green+Blue) = 187+32+39=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2027 is #44DFD8. Grayscale: #4F4F4F. Windows color (decimal): -4513753 or 2564283. OLE color: 2564283.

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

Color convert

RGB1873239-
CMYK00.830.790.27
HSL357.29º70.78%42.94%-
HSV(B)357.29º82.89%73.33%-
XYZ21.3811.743.06-
YUV79.14105.35204.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 72.48%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=72.48%
G=12.40%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187323900.830.790.27357.2970.7842.94
HexBB20270534F1B165472b
Octal273404701231173354510753
Binary10111011100000100111010100111001111110111011001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2027; }

 p { color: rgb(187,32,39); }

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

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

 a { background-color: rgb(187,32,39); }

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

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

 span { border-color: rgb(187,32,39); }

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