#bb1f24

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

Shades of Fire Engine Red #BB1F24

Tints of Fire Engine Red #BB1F24

Color information

#BB1F24 (or 0xBB1F24) is unknown color: approx Fire Engine Red. HEX triplet: BB, 1F and 24. RGB value is (187,31,36). Sum of RGB (Red+Green+Blue) = 187+31+36=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1F24 is #44E0DB. Grayscale: #4E4E4E. Windows color (decimal): -4514012 or 2367419. OLE color: 2367419.

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

Color convert

RGB1873136-
CMYK00.830.810.27
HSL358.08º71.56%42.75%-
HSV(B)358.08º83.42%73.33%-
XYZ21.311.672.8-
YUV78.21104.18205.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=73.62%
G=12.20%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187313600.830.810.27358.0871.5642.75
HexBB1F24053511B166482b
Octal273374401231213354611053
Binary1011101111111100100010100111010001110111011001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb1f24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb1f24; }

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

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

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

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

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

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

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

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