#BB1223

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

Shades of Fire Engine Red #BB1223

Tints of Fire Engine Red #BB1223

Color information

#BB1223 (or 0xBB1223) is unknown color: approx Fire Engine Red. HEX triplet: BB, 12 and 23. RGB value is (187,18,35). Sum of RGB (Red+Green+Blue) = 187+18+35=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1223 is #44EDDC. Grayscale: #464646. Windows color (decimal): -4517341 or 2298555. OLE color: 2298555.

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

Color convert

RGB1871835-
CMYK00.900.810.27
HSL353.96º82.44%40.2%-
HSV(B)353.96º90.37%73.33%-
XYZ21.0111.122.63-
YUV70.47107.99211.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 77.92%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=77.92%
G=7.5%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187183500.900.810.27353.9682.4440.2
HexBB122305A511B1625228
Octal273224301321213354212250
Binary1011101110010100011010110101010001110111011000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1223; }

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

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

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

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

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

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

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

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