Html Css Color HEX #BB1928 Fire Engine Red

📋 copy color: '#BB1928'

red 187 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #BB1928

Tints of Fire Engine Red #BB1928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 74.21%
G = 9.92%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB1928 (or 0xBB1928) is known color: Fire Engine Red. HEX triplet: BB, 19 and 28. RGB value is (187,25,40). Sum of RGB (Red+Green+Blue) = 187+25+40=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1928 is #44E6D7. Grayscale: #4B4B4B. Windows color (decimal): -4515544 or 2628027. OLE color: 2628027.

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

Color convert

RGB 187 25 40 -
CMYK 0 0.87 0.79 0.27
HSL 354.44º 0.76% 0.42% -
HSV(B) 354.44º 0.87% 0.73% -
XYZ 21.22 11.41 3.09 -
YUV 75.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 187 25 40 0 0.87 0.79 0.27 354.44 0.76 0.42
Hex BB 19 28 0 57 4F 1B 162 4C 2A
Octal 273 31 50 0 127 117 33 542 114 52
Binary 10111011 11001 101000 0 1010111 1001111 11011 101100010 1001100 101010

Color Harmonies of #BB1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1928

Black with #BB1928

Text Example


Text Example

White with #BB1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1928; }

 p { color: rgb(187,25,40); }

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

background-color css

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

 a { background-color: rgb(187,25,40); }

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

border-color css

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

 span { border-color: rgb(187,25,40); }

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