Html Css Color HEX #B9171A Fire Engine Red

📋 copy color: '#B9171A'

red 185 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #B9171A

Tints of Fire Engine Red #B9171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 79.06%
G = 9.83%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9171A (or 0xB9171A) is known color: Fire Engine Red. HEX triplet: B9, 17 and 1A. RGB value is (185,23,26). Sum of RGB (Red+Green+Blue) = 185+23+26=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B9171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9171A is #46E8E5. Grayscale: #474747. Windows color (decimal): -4647142 or 1710009. OLE color: 1710009.

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

Color convert

RGB 185 23 26 -
CMYK 0 0.88 0.86 0.27
HSL 358.89º 0.78% 0.41% -
HSV(B) 358.89º 0.88% 0.73% -
XYZ 20.5 11 2.02 -
YUV 71.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 185 23 26 0 0.88 0.86 0.27 358.89 0.78 0.41
Hex B9 17 1A 0 58 56 1B 167 4E 29
Octal 271 27 32 0 130 126 33 547 116 51
Binary 10111001 10111 11010 0 1011000 1010110 11011 101100111 1001110 101001

Color Harmonies of #B9171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9171A

Black with #B9171A

Text Example


Text Example

White with #B9171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9171A; }

 p { color: rgb(185,23,26); }

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

background-color css

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

 a { background-color: rgb(185,23,26); }

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

border-color css

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

 span { border-color: rgb(185,23,26); }

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