Html Css Color HEX #BB1C21 Fire Engine Red

📋 copy color: '#BB1C21'

red 187 ◦ green 28 ◦ blue 33

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

Shades of Fire Engine Red #BB1C21

Tints of Fire Engine Red #BB1C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.31%

R = 75.4%
G = 11.29%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB1C21 (or 0xBB1C21) is known color: Fire Engine Red. HEX triplet: BB, 1C and 21. RGB value is (187,28,33). Sum of RGB (Red+Green+Blue) = 187+28+33=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1C21 is #44E3DE. Grayscale: #4C4C4C. Windows color (decimal): -4514783 or 2170043. OLE color: 2170043.

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

Color convert

RGB 187 28 33 -
CMYK 0 0.85 0.82 0.27
HSL 358.11º 0.74% 0.42% -
HSV(B) 358.11º 0.85% 0.73% -
XYZ 21.18 11.51 2.54 -
YUV 76.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 187 28 33 0 0.85 0.82 0.27 358.11 0.74 0.42
Hex BB 1C 21 0 55 52 1B 166 4A 2A
Octal 273 34 41 0 125 122 33 546 112 52
Binary 10111011 11100 100001 0 1010101 1010010 11011 101100110 1001010 101010

Color Harmonies of #BB1C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C21

Black with #BB1C21

Text Example


Text Example

White with #BB1C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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