Html Css Color HEX #A6202A Guardsman Red

📋 copy color: '#A6202A'

red 166 ◦ green 32 ◦ blue 42

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

Shades of Guardsman Red #A6202A

Tints of Guardsman Red #A6202A

RGB

 RED value IS 166 (65.23% from 255) = 69.17%

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 69.17%
G = 13.33%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6202A (or 0xA6202A) is known color: Guardsman Red. HEX triplet: A6, 20 and 2A. RGB value is (166,32,42). Sum of RGB (Red+Green+Blue) = 166+32+42=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A6202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6202A is #59DFD5. Grayscale: #494949. Windows color (decimal): -5890006 or 2760870. OLE color: 2760870.

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

Color convert

RGB 166 32 42 -
CMYK 0 0.81 0.75 0.35
HSL 355.52º 0.68% 0.39% -
HSV(B) 355.52º 0.81% 0.65% -
XYZ 16.66 9.31 3.11 -
YUV 73.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 166 32 42 0 0.81 0.75 0.35 355.52 0.68 0.39
Hex A6 20 2A 0 51 4B 23 164 44 27
Octal 246 40 52 0 121 113 43 544 104 47
Binary 10100110 100000 101010 0 1010001 1001011 100011 101100100 1000100 100111

Color Harmonies of #A6202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6202A

Black with #A6202A

Text Example


Text Example

White with #A6202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6202A; }

 p { color: rgb(166,32,42); }

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

background-color css

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

 a { background-color: rgb(166,32,42); }

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

border-color css

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

 span { border-color: rgb(166,32,42); }

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