Html Css Color HEX #BB191E Fire Engine Red

📋 copy color: '#BB191E'

red 187 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #BB191E

Tints of Fire Engine Red #BB191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 77.27%
G = 10.33%
B = 12.4%

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

#BB191E (or 0xBB191E) is known color: Fire Engine Red. HEX triplet: BB, 19 and 1E. RGB value is (187,25,30). Sum of RGB (Red+Green+Blue) = 187+25+30=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB191E is #44E6E1. Grayscale: #4A4A4A. Windows color (decimal): -4515554 or 1972667. OLE color: 1972667.

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

Color convert

RGB 187 25 30 -
CMYK 0 0.87 0.84 0.27
HSL 358.15º 0.76% 0.42% -
HSV(B) 358.15º 0.87% 0.73% -
XYZ 21.08 11.35 2.31 -
YUV 74.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 187 25 30 0 0.87 0.84 0.27 358.15 0.76 0.42
Hex BB 19 1E 0 57 54 1B 166 4C 2A
Octal 273 31 36 0 127 124 33 546 114 52
Binary 10111011 11001 11110 0 1010111 1010100 11011 101100110 1001100 101010

Color Harmonies of #BB191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB191E

Black with #BB191E

Text Example


Text Example

White with #BB191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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