Html Css Color HEX #B91819 Fire Engine Red

📋 copy color: '#B91819'

red 185 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #B91819

Tints of Fire Engine Red #B91819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 79.06%
G = 10.26%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B91819 (or 0xB91819) is known color: Fire Engine Red. HEX triplet: B9, 18 and 19. RGB value is (185,24,25). Sum of RGB (Red+Green+Blue) = 185+24+25=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B91819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91819 is #46E7E6. Grayscale: #484848. Windows color (decimal): -4646887 or 1644729. OLE color: 1644729.

HSL color Cylindrical-coordinate representation of color #B91819: hue angle of 359.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91819 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 25 -
CMYK 0 0.87 0.86 0.27
HSL 359.63º 0.77% 0.41% -
HSV(B) 359.63º 0.87% 0.73% -
XYZ 20.51 11.04 1.97 -
YUV 72.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 185 24 25 0 0.87 0.86 0.27 359.63 0.77 0.41
Hex B9 18 19 0 57 56 1B 168 4D 29
Octal 271 30 31 0 127 126 33 550 115 51
Binary 10111001 11000 11001 0 1010111 1010110 11011 101101000 1001101 101001

Color Harmonies of #B91819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91819

Black with #B91819

Text Example


Text Example

White with #B91819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91819; }

 p { color: rgb(185,24,25); }

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

background-color css

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

 a { background-color: rgb(185,24,25); }

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

border-color css

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

 span { border-color: rgb(185,24,25); }

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