Html Css Color HEX #BB1927 Fire Engine Red

📋 copy color: '#BB1927'

red 187 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #BB1927

Tints of Fire Engine Red #BB1927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 74.5%
G = 9.96%
B = 15.54%

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

#BB1927 (or 0xBB1927) is known color: Fire Engine Red. HEX triplet: BB, 19 and 27. RGB value is (187,25,39). Sum of RGB (Red+Green+Blue) = 187+25+39=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1927 is #44E6D8. Grayscale: #4B4B4B. Windows color (decimal): -4515545 or 2562491. OLE color: 2562491.

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

Color convert

RGB 187 25 39 -
CMYK 0 0.87 0.79 0.27
HSL 354.81º 0.76% 0.42% -
HSV(B) 354.81º 0.87% 0.73% -
XYZ 21.21 11.41 3 -
YUV 75.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 187 25 39 0 0.87 0.79 0.27 354.81 0.76 0.42
Hex BB 19 27 0 57 4F 1B 163 4C 2A
Octal 273 31 47 0 127 117 33 543 114 52
Binary 10111011 11001 100111 0 1010111 1001111 11011 101100011 1001100 101010

Color Harmonies of #BB1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1927

Black with #BB1927

Text Example


Text Example

White with #BB1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1927; }

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

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

background-color css

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

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

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

border-color css

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

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

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