Html Css Color HEX #B91C24 Fire Engine Red

📋 copy color: '#B91C24'

red 185 ◦ green 28 ◦ blue 36

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

Shades of Fire Engine Red #B91C24

Tints of Fire Engine Red #B91C24

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

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

R = 74.3%
G = 11.24%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B91C24 (or 0xB91C24) is known color: Fire Engine Red. HEX triplet: B9, 1C and 24. RGB value is (185,28,36). Sum of RGB (Red+Green+Blue) = 185+28+36=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91C24 is #46E3DB. Grayscale: #4B4B4B. Windows color (decimal): -4645852 or 2366649. OLE color: 2366649.

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

Color convert

RGB 185 28 36 -
CMYK 0 0.85 0.81 0.27
HSL 356.94º 0.74% 0.42% -
HSV(B) 356.94º 0.85% 0.73% -
XYZ 20.74 11.27 2.75 -
YUV 75.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 185 28 36 0 0.85 0.81 0.27 356.94 0.74 0.42
Hex B9 1C 24 0 55 51 1B 165 4A 2A
Octal 271 34 44 0 125 121 33 545 112 52
Binary 10111001 11100 100100 0 1010101 1010001 11011 101100101 1001010 101010

Color Harmonies of #B91C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91C24

Black with #B91C24

Text Example


Text Example

White with #B91C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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