#BB1521

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

Shades of Fire Engine Red #BB1521

Tints of Fire Engine Red #BB1521

Color information

#BB1521 (or 0xBB1521) is unknown color: approx Fire Engine Red. HEX triplet: BB, 15 and 21. RGB value is (187,21,33). Sum of RGB (Red+Green+Blue) = 187+21+33=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1521 is #44EADE. Grayscale: #484848. Windows color (decimal): -4516575 or 2168251. OLE color: 2168251.

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

Color convert

RGB1872133-
CMYK00.890.820.27
HSL355.66º79.81%40.78%-
HSV(B)355.66º88.77%73.33%-
XYZ21.0411.212.49-
YUV72106210.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 77.59%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=77.59%
G=8.71%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187213300.890.820.27355.6679.8140.78
HexBB1521059521B1645029
Octal273254101311223354412051
Binary1011101110101100001010110011010010110111011001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1521; }

 p { color: rgb(187,21,33); }

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

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

 a { background-color: rgb(187,21,33); }

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

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

 span { border-color: rgb(187,21,33); }

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