Html Css Color HEX #B91322 Fire Engine Red

📋 copy color: '#B91322'

red 185 ◦ green 19 ◦ blue 34

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

Shades of Fire Engine Red #B91322

Tints of Fire Engine Red #B91322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.29%

R = 77.73%
G = 7.98%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B91322 (or 0xB91322) is known color: Fire Engine Red. HEX triplet: B9, 13 and 22. RGB value is (185,19,34). Sum of RGB (Red+Green+Blue) = 185+19+34=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B91322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91322 is #46ECDD. Grayscale: #464646. Windows color (decimal): -4648158 or 2233273. OLE color: 2233273.

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

Color convert

RGB 185 19 34 -
CMYK 0 0.90 0.82 0.27
HSL 354.58º 0.81% 0.4% -
HSV(B) 354.58º 0.9% 0.73% -
XYZ 20.53 10.9 2.53 -
YUV 70.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 185 19 34 0 0.90 0.82 0.27 354.58 0.81 0.4
Hex B9 13 22 0 5A 52 1B 163 51 28
Octal 271 23 42 0 132 122 33 543 121 50
Binary 10111001 10011 100010 0 1011010 1010010 11011 101100011 1010001 101000

Color Harmonies of #B91322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91322

Black with #B91322

Text Example


Text Example

White with #B91322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91322; }

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

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

background-color css

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

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

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

border-color css

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

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

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