Html Css Color HEX #B91E20 Fire Engine Red

📋 copy color: '#B91E20'

red 185 ◦ green 30 ◦ blue 32

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

Shades of Fire Engine Red #B91E20

Tints of Fire Engine Red #B91E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 74.9%
G = 12.15%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B91E20 (or 0xB91E20) is known color: Fire Engine Red. HEX triplet: B9, 1E and 20. RGB value is (185,30,32). Sum of RGB (Red+Green+Blue) = 185+30+32=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E20 is #46E1DF. Grayscale: #4C4C4C. Windows color (decimal): -4645344 or 2105017. OLE color: 2105017.

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

Color convert

RGB 185 30 32 -
CMYK 0 0.84 0.83 0.27
HSL 359.23º 0.72% 0.42% -
HSV(B) 359.23º 0.84% 0.73% -
XYZ 20.73 11.35 2.46 -
YUV 76.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 185 30 32 0 0.84 0.83 0.27 359.23 0.72 0.42
Hex B9 1E 20 0 54 53 1B 167 48 2A
Octal 271 36 40 0 124 123 33 547 110 52
Binary 10111001 11110 100000 0 1010100 1010011 11011 101100111 1001000 101010

Color Harmonies of #B91E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91E20

Black with #B91E20

Text Example


Text Example

White with #B91E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91E20; }

 p { color: rgb(185,30,32); }

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

background-color css

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

 a { background-color: rgb(185,30,32); }

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

border-color css

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

 span { border-color: rgb(185,30,32); }

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