Html Css Color HEX #B9151F Fire Engine Red

📋 copy color: '#B9151F'

red 185 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #B9151F

Tints of Fire Engine Red #B9151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 78.06%
G = 8.86%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9151F (or 0xB9151F) is known color: Fire Engine Red. HEX triplet: B9, 15 and 1F. RGB value is (185,21,31). Sum of RGB (Red+Green+Blue) = 185+21+31=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9151F is #46EAE0. Grayscale: #474747. Windows color (decimal): -4647649 or 2037177. OLE color: 2037177.

HSL color Cylindrical-coordinate representation of color #B9151F: hue angle of 356.34º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9151F is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 31 -
CMYK 0 0.89 0.83 0.27
HSL 356.34º 0.8% 0.4% -
HSV(B) 356.34º 0.89% 0.73% -
XYZ 20.52 10.95 2.33 -
YUV 71.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 185 21 31 0 0.89 0.83 0.27 356.34 0.8 0.4
Hex B9 15 1F 0 59 53 1B 164 50 28
Octal 271 25 37 0 131 123 33 544 120 50
Binary 10111001 10101 11111 0 1011001 1010011 11011 101100100 1010000 101000

Color Harmonies of #B9151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9151F

Black with #B9151F

Text Example


Text Example

White with #B9151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9151F; }

 p { color: rgb(185,21,31); }

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

background-color css

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

 a { background-color: rgb(185,21,31); }

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

border-color css

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

 span { border-color: rgb(185,21,31); }

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