Html Css Color HEX #BB1222 Fire Engine Red

📋 copy color: '#BB1222'

red 187 ◦ green 18 ◦ blue 34

#BB1222
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #BB1222

Tints of Fire Engine Red #BB1222

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 value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB1222 (or 0xBB1222) is known color: 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

RGB 187 18 34 -
CMYK 0 0.90 0.82 0.27
HSL 354.32º 0.82% 0.4% -
HSV(B) 354.32º 0.9% 0.73% -
XYZ 21 11.11 2.55 -
YUV 70.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 187 18 34 0 0.90 0.82 0.27 354.32 0.82 0.4
Hex BB 12 22 0 5A 52 1B 162 52 28
Octal 273 22 42 0 132 122 33 542 122 50
Binary 10111011 10010 100010 0 1011010 1010010 11011 101100010 1010010 101000

Color Harmonies of #BB1222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1222

Black with #BB1222

Text Example


Text Example

White with #BB1222

Text Example


Text Example

HTML Codes & Css Web 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>