Html Css Color HEX #B91722 Fire Engine Red

📋 copy color: '#B91722'

red 185 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #B91722

Tints of Fire Engine Red #B91722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

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

R = 76.45%
G = 9.5%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B91722 (or 0xB91722) is known color: Fire Engine Red. HEX triplet: B9, 17 and 22. RGB value is (185,23,34). Sum of RGB (Red+Green+Blue) = 185+23+34=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B91722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91722 is #46E8DD. Grayscale: #484848. Windows color (decimal): -4647134 or 2234297. OLE color: 2234297.

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

Color convert

RGB 185 23 34 -
CMYK 0 0.88 0.82 0.27
HSL 355.93º 0.78% 0.41% -
HSV(B) 355.93º 0.88% 0.73% -
XYZ 20.6 11.04 2.56 -
YUV 72.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 185 23 34 0 0.88 0.82 0.27 355.93 0.78 0.41
Hex B9 17 22 0 58 52 1B 164 4E 29
Octal 271 27 42 0 130 122 33 544 116 51
Binary 10111001 10111 100010 0 1011000 1010010 11011 101100100 1001110 101001

Color Harmonies of #B91722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91722

Black with #B91722

Text Example


Text Example

White with #B91722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91722; }

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

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

background-color css

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

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

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

border-color css

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

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

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