#BB1822

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

Shades of Fire Engine Red #BB1822

Tints of Fire Engine Red #BB1822

Color information

#BB1822 (or 0xBB1822) is unknown color: approx Fire Engine Red. HEX triplet: BB, 18 and 22. RGB value is (187,24,34). Sum of RGB (Red+Green+Blue) = 187+24+34=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1822 is #44E7DD. Grayscale: #4A4A4A. Windows color (decimal): -4515806 or 2234555. OLE color: 2234555.

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

Color convert

RGB1872434-
CMYK00.870.820.27
HSL356.32º77.25%41.37%-
HSV(B)356.32º87.17%73.33%-
XYZ21.1111.332.59-
YUV73.88105.5208.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.33%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=76.33%
G=9.80%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187243400.870.820.27356.3277.2541.37
HexBB1822057521B1644d29
Octal273304201271223354411551
Binary1011101111000100010010101111010010110111011001001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1822; }

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

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

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

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

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

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

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

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