Html Css Color HEX #B91922 Fire Engine Red

📋 copy color: '#B91922'

red 185 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #B91922

Tints of Fire Engine Red #B91922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

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

R = 75.82%
G = 10.25%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B91922 (or 0xB91922) is known color: Fire Engine Red. HEX triplet: B9, 19 and 22. RGB value is (185,25,34). Sum of RGB (Red+Green+Blue) = 185+25+34=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B91922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91922 is #46E6DD. Grayscale: #494949. Windows color (decimal): -4646622 or 2234809. OLE color: 2234809.

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

Color convert

RGB 185 25 34 -
CMYK 0 0.86 0.82 0.27
HSL 356.63º 0.76% 0.41% -
HSV(B) 356.63º 0.86% 0.73% -
XYZ 20.64 11.13 2.57 -
YUV 73.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 185 25 34 0 0.86 0.82 0.27 356.63 0.76 0.41
Hex B9 19 22 0 56 52 1B 165 4C 29
Octal 271 31 42 0 126 122 33 545 114 51
Binary 10111001 11001 100010 0 1010110 1010010 11011 101100101 1001100 101001

Color Harmonies of #B91922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91922

Black with #B91922

Text Example


Text Example

White with #B91922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91922; }

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

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

background-color css

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

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

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

border-color css

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

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

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