Html Css Color HEX #A71E20 Guardsman Red

📋 copy color: '#A71E20'

red 167 ◦ green 30 ◦ blue 32

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

Shades of Guardsman Red #A71E20

Tints of Guardsman Red #A71E20

RGB

 RED value IS 167 (65.63% from 255) = 72.93%

 GREEN value IS 30 (12.11% from 255) = 13.1%

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

R = 72.93%
G = 13.1%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A71E20 (or 0xA71E20) is known color: Guardsman Red. HEX triplet: A7, 1E and 20. RGB value is (167,30,32). Sum of RGB (Red+Green+Blue) = 167+30+32=229 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.93% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E20 is #58E1DF. Grayscale: #474747. Windows color (decimal): -5824992 or 2104999. OLE color: 2104999.

HSL color Cylindrical-coordinate representation of color #A71E20: hue angle of 359.12º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71E20 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 30 32 -
CMYK 0 0.82 0.81 0.35
HSL 359.12º 0.7% 0.39% -
HSV(B) 359.12º 0.82% 0.65% -
XYZ 16.66 9.25 2.27 -
YUV 71.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 167 30 32 0 0.82 0.81 0.35 359.12 0.7 0.39
Hex A7 1E 20 0 52 51 23 167 46 27
Octal 247 36 40 0 122 121 43 547 106 47
Binary 10100111 11110 100000 0 1010010 1010001 100011 101100111 1000110 100111

Color Harmonies of #A71E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71E20

Black with #A71E20

Text Example


Text Example

White with #A71E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71E20; }

 p { color: rgb(167,30,32); }

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

background-color css

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

 a { background-color: rgb(167,30,32); }

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

border-color css

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

 span { border-color: rgb(167,30,32); }

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