Html Css Color HEX #B9191B Fire Engine Red

📋 copy color: '#B9191B'

red 185 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #B9191B

Tints of Fire Engine Red #B9191B

RGB

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

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

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

R = 78.06%
G = 10.55%
B = 11.39%

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

#B9191B (or 0xB9191B) is known color: Fire Engine Red. HEX triplet: B9, 19 and 1B. RGB value is (185,25,27). Sum of RGB (Red+Green+Blue) = 185+25+27=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9191B is #46E6E4. Grayscale: #494949. Windows color (decimal): -4646629 or 1776057. OLE color: 1776057.

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

Color convert

RGB 185 25 27 -
CMYK 0 0.86 0.85 0.27
HSL 359.25º 0.76% 0.41% -
HSV(B) 359.25º 0.86% 0.73% -
XYZ 20.55 11.09 2.09 -
YUV 73.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 185 25 27 0 0.86 0.85 0.27 359.25 0.76 0.41
Hex B9 19 1B 0 56 55 1B 167 4C 29
Octal 271 31 33 0 126 125 33 547 114 51
Binary 10111001 11001 11011 0 1010110 1010101 11011 101100111 1001100 101001

Color Harmonies of #B9191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9191B

Black with #B9191B

Text Example


Text Example

White with #B9191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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