#BB1222

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

Shades of Fire Engine Red #BB1222

Tints of Fire Engine Red #BB1222

Color information

#BB1222 (or 0xBB1222) is unknown color: approx Fire Engine Red. HEX triplet: BB, 12 and 22. RGB value is (187,18,34). Sum of RGB (Red+Green+Blue) = 187+18+34=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1222 is #44EDDD. Grayscale: #464646. Windows color (decimal): -4517342 or 2233019. OLE color: 2233019.

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

Color convert

RGB1871834-
CMYK00.900.820.27
HSL354.32º82.44%40.2%-
HSV(B)354.32º90.37%73.33%-
XYZ2111.112.55-
YUV70.36107.49211.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 78.24%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=78.24%
G=7.53%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187183400.900.820.27354.3282.4440.2
HexBB122205A521B1625228
Octal273224201321223354212250
Binary1011101110010100010010110101010010110111011000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1222; }

 p { color: rgb(187,18,34); }

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

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

 a { background-color: rgb(187,18,34); }

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

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

 span { border-color: rgb(187,18,34); }

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