Html Css Color HEX #B9171D Fire Engine Red

📋 copy color: '#B9171D'

red 185 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #B9171D

Tints of Fire Engine Red #B9171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 78.06%
G = 9.7%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9171D (or 0xB9171D) is known color: Fire Engine Red. HEX triplet: B9, 17 and 1D. RGB value is (185,23,29). Sum of RGB (Red+Green+Blue) = 185+23+29=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9171D is #46E8E2. Grayscale: #484848. Windows color (decimal): -4647139 or 1906617. OLE color: 1906617.

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

Color convert

RGB 185 23 29 -
CMYK 0 0.88 0.84 0.27
HSL 357.78º 0.78% 0.41% -
HSV(B) 357.78º 0.88% 0.73% -
XYZ 20.54 11.02 2.21 -
YUV 72.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 185 23 29 0 0.88 0.84 0.27 357.78 0.78 0.41
Hex B9 17 1D 0 58 54 1B 166 4E 29
Octal 271 27 35 0 130 124 33 546 116 51
Binary 10111001 10111 11101 0 1011000 1010100 11011 101100110 1001110 101001

Color Harmonies of #B9171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9171D

Black with #B9171D

Text Example


Text Example

White with #B9171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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