Html Css Color HEX #BB191D Fire Engine Red

📋 copy color: '#BB191D'

red 187 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #BB191D

Tints of Fire Engine Red #BB191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 77.59%
G = 10.37%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB191D (or 0xBB191D) is known color: Fire Engine Red. HEX triplet: BB, 19 and 1D. RGB value is (187,25,29). Sum of RGB (Red+Green+Blue) = 187+25+29=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB191D is #44E6E2. Grayscale: #4A4A4A. Windows color (decimal): -4515555 or 1907131. OLE color: 1907131.

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

Color convert

RGB 187 25 29 -
CMYK 0 0.87 0.84 0.27
HSL 358.52º 0.76% 0.42% -
HSV(B) 358.52º 0.87% 0.73% -
XYZ 21.06 11.35 2.24 -
YUV 73.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 187 25 29 0 0.87 0.84 0.27 358.52 0.76 0.42
Hex BB 19 1D 0 57 54 1B 167 4C 2A
Octal 273 31 35 0 127 124 33 547 114 52
Binary 10111011 11001 11101 0 1010111 1010100 11011 101100111 1001100 101010

Color Harmonies of #BB191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB191D

Black with #BB191D

Text Example


Text Example

White with #BB191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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