Html Css Color HEX #B11922 Fire Engine Red

📋 copy color: '#B11922'

red 177 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #B11922

Tints of Fire Engine Red #B11922

RGB

 RED value IS 177 (69.53% from 255) = 75%

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

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

R = 75%
G = 10.59%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B11922 (or 0xB11922) is known color: Fire Engine Red. HEX triplet: B1, 19 and 22. RGB value is (177,25,34). Sum of RGB (Red+Green+Blue) = 177+25+34=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B11922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11922 is #4EE6DD. Grayscale: #474747. Windows color (decimal): -5170910 or 2234801. OLE color: 2234801.

HSL color Cylindrical-coordinate representation of color #B11922: hue angle of 356.45º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11922 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 34 -
CMYK 0 0.86 0.81 0.31
HSL 356.45º 0.75% 0.4% -
HSV(B) 356.45º 0.86% 0.69% -
XYZ 18.77 10.16 2.48 -
YUV 71.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 177 25 34 0 0.86 0.81 0.31 356.45 0.75 0.4
Hex B1 19 22 0 56 51 1F 164 4B 28
Octal 261 31 42 0 126 121 37 544 113 50
Binary 10110001 11001 100010 0 1010110 1010001 11111 101100100 1001011 101000

Color Harmonies of #B11922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11922

Black with #B11922

Text Example


Text Example

White with #B11922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11922; }

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

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

background-color css

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

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

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

border-color css

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

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

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