#BB1027

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

Shades of Fire Engine Red #BB1027

Tints of Fire Engine Red #BB1027

Color information

#BB1027 (or 0xBB1027) is unknown color: approx Fire Engine Red. HEX triplet: BB, 10 and 27. RGB value is (187,16,39). Sum of RGB (Red+Green+Blue) = 187+16+39=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1027 is #44EFD8. Grayscale: #454545. Windows color (decimal): -4517849 or 2560187. OLE color: 2560187.

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

Color convert

RGB1871639-
CMYK00.910.790.27
HSL351.93º84.24%39.8%-
HSV(B)351.93º91.44%73.33%-
XYZ21.0511.082.95-
YUV69.75110.65211.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 77.27%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=77.27%
G=6.61%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187163900.910.790.27351.9384.2439.8
HexBB102705B4F1B1605428
Octal273204701331173354012450
Binary1011101110000100111010110111001111110111011000001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1027; }

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

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

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

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

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

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

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

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