Html Css Color HEX #B9191C Fire Engine Red

📋 copy color: '#B9191C'

red 185 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #B9191C

Tints of Fire Engine Red #B9191C

RGB

 RED value IS 185 (72.66% from 255) = 77.73%

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 77.73%
G = 10.5%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9191C (or 0xB9191C) is known color: Fire Engine Red. HEX triplet: B9, 19 and 1C. RGB value is (185,25,28). Sum of RGB (Red+Green+Blue) = 185+25+28=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B9191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9191C is #46E6E3. Grayscale: #494949. Windows color (decimal): -4646628 or 1841593. OLE color: 1841593.

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

Color convert

RGB 185 25 28 -
CMYK 0 0.86 0.85 0.27
HSL 358.88º 0.76% 0.41% -
HSV(B) 358.88º 0.86% 0.73% -
XYZ 20.56 11.09 2.16 -
YUV 73.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 185 25 28 0 0.86 0.85 0.27 358.88 0.76 0.41
Hex B9 19 1C 0 56 55 1B 167 4C 29
Octal 271 31 34 0 126 125 33 547 114 51
Binary 10111001 11001 11100 0 1010110 1010101 11011 101100111 1001100 101001

Color Harmonies of #B9191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9191C

Black with #B9191C

Text Example


Text Example

White with #B9191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9191C; }

 p { color: rgb(185,25,28); }

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

background-color css

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

 a { background-color: rgb(185,25,28); }

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

border-color css

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

 span { border-color: rgb(185,25,28); }

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