Html Css Color HEX #A41E20 Guardsman Red

📋 copy color: '#A41E20'

red 164 ◦ green 30 ◦ blue 32

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

Shades of Guardsman Red #A41E20

Tints of Guardsman Red #A41E20

RGB

 RED value IS 164 (64.45% from 255) = 72.57%

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

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

R = 72.57%
G = 13.27%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A41E20 (or 0xA41E20) is known color: Guardsman Red. HEX triplet: A4, 1E and 20. RGB value is (164,30,32). Sum of RGB (Red+Green+Blue) = 164+30+32=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E20 is #5BE1DF. Grayscale: #464646. Windows color (decimal): -6021600 or 2104996. OLE color: 2104996.

HSL color Cylindrical-coordinate representation of color #A41E20: hue angle of 359.1º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E20 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 30 32 -
CMYK 0 0.82 0.80 0.36
HSL 359.1º 0.69% 0.38% -
HSV(B) 359.1º 0.82% 0.64% -
XYZ 16.03 8.93 2.24 -
YUV 70.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 164 30 32 0 0.82 0.80 0.36 359.1 0.69 0.38
Hex A4 1E 20 0 52 50 24 167 45 26
Octal 244 36 40 0 122 120 44 547 105 46
Binary 10100100 11110 100000 0 1010010 1010000 100100 101100111 1000101 100110

Color Harmonies of #A41E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E20

Black with #A41E20

Text Example


Text Example

White with #A41E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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