Html Css Color HEX #BB1C20 Fire Engine Red

📋 copy color: '#BB1C20'

red 187 ◦ green 28 ◦ blue 32

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

Shades of Fire Engine Red #BB1C20

Tints of Fire Engine Red #BB1C20

RGB

 RED value IS 187 (73.44% from 255) = 75.71%

 GREEN value IS 28 (11.33% from 255) = 11.34%

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 75.71%
G = 11.34%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB1C20 (or 0xBB1C20) is known color: Fire Engine Red. HEX triplet: BB, 1C and 20. RGB value is (187,28,32). Sum of RGB (Red+Green+Blue) = 187+28+32=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1C20 is #44E3DF. Grayscale: #4C4C4C. Windows color (decimal): -4514784 or 2104507. OLE color: 2104507.

HSL color Cylindrical-coordinate representation of color #BB1C20: hue angle of 358.49º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C20 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 28 32 -
CMYK 0 0.85 0.83 0.27
HSL 358.49º 0.74% 0.42% -
HSV(B) 358.49º 0.85% 0.73% -
XYZ 21.17 11.5 2.47 -
YUV 76 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 187 28 32 0 0.85 0.83 0.27 358.49 0.74 0.42
Hex BB 1C 20 0 55 53 1B 166 4A 2A
Octal 273 34 40 0 125 123 33 546 112 52
Binary 10111011 11100 100000 0 1010101 1010011 11011 101100110 1001010 101010

Color Harmonies of #BB1C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C20

Black with #BB1C20

Text Example


Text Example

White with #BB1C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C20; }

 p { color: rgb(187,28,32); }

 H1.HeaderClassName
 {
   color: #BB1C20;
 }
 .AnyTagClassName
 {
   color: #BB1C20;
 }
</style>

background-color css

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

 a { background-color: rgb(187,28,32); }

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

border-color css

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

 span { border-color: rgb(187,28,32); }

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