Html Css Color HEX #B9151D Fire Engine Red

📋 copy color: '#B9151D'

red 185 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #B9151D

Tints of Fire Engine Red #B9151D

RGB

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

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

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

R = 78.72%
G = 8.94%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9151D (or 0xB9151D) is known color: Fire Engine Red. HEX triplet: B9, 15 and 1D. RGB value is (185,21,29). Sum of RGB (Red+Green+Blue) = 185+21+29=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B9151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9151D is #46EAE2. Grayscale: #474747. Windows color (decimal): -4647651 or 1906105. OLE color: 1906105.

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

Color convert

RGB 185 21 29 -
CMYK 0 0.89 0.84 0.27
HSL 357.07º 0.8% 0.4% -
HSV(B) 357.07º 0.89% 0.73% -
XYZ 20.5 10.94 2.19 -
YUV 70.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 185 21 29 0 0.89 0.84 0.27 357.07 0.8 0.4
Hex B9 15 1D 0 59 54 1B 165 50 28
Octal 271 25 35 0 131 124 33 545 120 50
Binary 10111001 10101 11101 0 1011001 1010100 11011 101100101 1010000 101000

Color Harmonies of #B9151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9151D

Black with #B9151D

Text Example


Text Example

White with #B9151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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