Html Css Color HEX #BB191B Fire Engine Red

📋 copy color: '#BB191B'

red 187 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #BB191B

Tints of Fire Engine Red #BB191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.3%

R = 78.24%
G = 10.46%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB191B (or 0xBB191B) is known color: Fire Engine Red. HEX triplet: BB, 19 and 1B. RGB value is (187,25,27). Sum of RGB (Red+Green+Blue) = 187+25+27=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB191B is #44E6E4. Grayscale: #494949. Windows color (decimal): -4515557 or 1776059. OLE color: 1776059.

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

Color convert

RGB 187 25 27 -
CMYK 0 0.87 0.86 0.27
HSL 359.26º 0.76% 0.42% -
HSV(B) 359.26º 0.87% 0.73% -
XYZ 21.04 11.34 2.12 -
YUV 73.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 187 25 27 0 0.87 0.86 0.27 359.26 0.76 0.42
Hex BB 19 1B 0 57 56 1B 167 4C 2A
Octal 273 31 33 0 127 126 33 547 114 52
Binary 10111011 11001 11011 0 1010111 1010110 11011 101100111 1001100 101010

Color Harmonies of #BB191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB191B

Black with #BB191B

Text Example


Text Example

White with #BB191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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