Html Css Color HEX #B91124 Fire Engine Red

📋 copy color: '#B91124'

red 185 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #B91124

Tints of Fire Engine Red #B91124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 36 (14.45% from 255) = 15.13%

R = 77.73%
G = 7.14%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B91124 (or 0xB91124) is known color: Fire Engine Red. HEX triplet: B9, 11 and 24. RGB value is (185,17,36). Sum of RGB (Red+Green+Blue) = 185+17+36=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B91124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91124 is #46EEDB. Grayscale: #454545. Windows color (decimal): -4648668 or 2363833. OLE color: 2363833.

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

Color convert

RGB 185 17 36 -
CMYK 0 0.91 0.81 0.27
HSL 353.21º 0.83% 0.4% -
HSV(B) 353.21º 0.91% 0.73% -
XYZ 20.53 10.84 2.68 -
YUV 69.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 185 17 36 0 0.91 0.81 0.27 353.21 0.83 0.4
Hex B9 11 24 0 5B 51 1B 161 53 28
Octal 271 21 44 0 133 121 33 541 123 50
Binary 10111001 10001 100100 0 1011011 1010001 11011 101100001 1010011 101000

Color Harmonies of #B91124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91124

Black with #B91124

Text Example


Text Example

White with #B91124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91124; }

 p { color: rgb(185,17,36); }

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

background-color css

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

 a { background-color: rgb(185,17,36); }

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

border-color css

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

 span { border-color: rgb(185,17,36); }

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