Html Css Color HEX #B91528 Fire Engine Red

📋 copy color: '#B91528'

red 185 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #B91528

Tints of Fire Engine Red #B91528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

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

R = 75.2%
G = 8.54%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B91528 (or 0xB91528) is known color: Fire Engine Red. HEX triplet: B9, 15 and 28. RGB value is (185,21,40). Sum of RGB (Red+Green+Blue) = 185+21+40=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B91528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91528 is #46EAD7. Grayscale: #484848. Windows color (decimal): -4647640 or 2627001. OLE color: 2627001.

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

Color convert

RGB 185 21 40 -
CMYK 0 0.89 0.78 0.27
HSL 353.05º 0.8% 0.4% -
HSV(B) 353.05º 0.89% 0.73% -
XYZ 20.66 11 3.04 -
YUV 72.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 185 21 40 0 0.89 0.78 0.27 353.05 0.8 0.4
Hex B9 15 28 0 59 4E 1B 161 50 28
Octal 271 25 50 0 131 116 33 541 120 50
Binary 10111001 10101 101000 0 1011001 1001110 11011 101100001 1010000 101000

Color Harmonies of #B91528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91528

Black with #B91528

Text Example


Text Example

White with #B91528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91528; }

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

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

background-color css

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

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

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

border-color css

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

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

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