Html Css Color HEX #B91128 Fire Engine Red

📋 copy color: '#B91128'

red 185 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #B91128

Tints of Fire Engine Red #B91128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 76.45%
G = 7.02%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B91128 (or 0xB91128) is known color: Fire Engine Red. HEX triplet: B9, 11 and 28. RGB value is (185,17,40). Sum of RGB (Red+Green+Blue) = 185+17+40=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B91128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91128 is #46EED7. Grayscale: #454545. Windows color (decimal): -4648664 or 2625977. OLE color: 2625977.

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

Color convert

RGB 185 17 40 -
CMYK 0 0.91 0.78 0.27
HSL 351.79º 0.83% 0.4% -
HSV(B) 351.79º 0.91% 0.73% -
XYZ 20.59 10.87 3.02 -
YUV 69.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 185 17 40 0 0.91 0.78 0.27 351.79 0.83 0.4
Hex B9 11 28 0 5B 4E 1B 160 53 28
Octal 271 21 50 0 133 116 33 540 123 50
Binary 10111001 10001 101000 0 1011011 1001110 11011 101100000 1010011 101000

Color Harmonies of #B91128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91128

Black with #B91128

Text Example


Text Example

White with #B91128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91128; }

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

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

background-color css

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

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

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

border-color css

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

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

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