Html Css Color HEX #B91320 Fire Engine Red

📋 copy color: '#B91320'

red 185 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #B91320

Tints of Fire Engine Red #B91320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 78.39%
G = 8.05%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B91320 (or 0xB91320) is known color: Fire Engine Red. HEX triplet: B9, 13 and 20. RGB value is (185,19,32). Sum of RGB (Red+Green+Blue) = 185+19+32=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B91320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91320 is #46ECDF. Grayscale: #464646. Windows color (decimal): -4648160 or 2102201. OLE color: 2102201.

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

Color convert

RGB 185 19 32 -
CMYK 0 0.90 0.83 0.27
HSL 355.3º 0.81% 0.4% -
HSV(B) 355.3º 0.9% 0.73% -
XYZ 20.5 10.88 2.39 -
YUV 70.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 185 19 32 0 0.90 0.83 0.27 355.3 0.81 0.4
Hex B9 13 20 0 5A 53 1B 163 51 28
Octal 271 23 40 0 132 123 33 543 121 50
Binary 10111001 10011 100000 0 1011010 1010011 11011 101100011 1010001 101000

Color Harmonies of #B91320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91320

Black with #B91320

Text Example


Text Example

White with #B91320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91320; }

 p { color: rgb(185,19,32); }

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

background-color css

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

 a { background-color: rgb(185,19,32); }

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

border-color css

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

 span { border-color: rgb(185,19,32); }

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