#BB1524

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

Shades of Fire Engine Red #BB1524

Tints of Fire Engine Red #BB1524

Color information

#BB1524 (or 0xBB1524) is unknown color: approx Fire Engine Red. HEX triplet: BB, 15 and 24. RGB value is (187,21,36). Sum of RGB (Red+Green+Blue) = 187+21+36=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1524 is #44EADB. Grayscale: #484848. Windows color (decimal): -4516572 or 2364859. OLE color: 2364859.

HSL color Cylindrical-coordinate representation of color #BB1524: hue angle of 354.58º 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 #BB1524 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1872136-
CMYK00.890.810.27
HSL354.58º79.81%40.78%-
HSV(B)354.58º88.77%73.33%-
XYZ21.0811.232.73-
YUV72.34107.5209.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.64%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 36 (14.45% from 255) = 14.75%
R=76.64%
G=8.61%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187213600.890.810.27354.5879.8140.78
HexBB1524059511B1635029
Octal273254401311213354312051
Binary1011101110101100100010110011010001110111011000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1524; }

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

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

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

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

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

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

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

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