Html Css Color HEX #A8202C Guardsman Red

📋 copy color: '#A8202C'

red 168 ◦ green 32 ◦ blue 44

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

Shades of Guardsman Red #A8202C

Tints of Guardsman Red #A8202C

RGB

 RED value IS 168 (66.02% from 255) = 68.85%

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

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 68.85%
G = 13.11%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8202C (or 0xA8202C) is known color: Guardsman Red. HEX triplet: A8, 20 and 2C. RGB value is (168,32,44). Sum of RGB (Red+Green+Blue) = 168+32+44=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A8202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8202C is #57DFD3. Grayscale: #4A4A4A. Windows color (decimal): -5758932 or 2891944. OLE color: 2891944.

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

Color convert

RGB 168 32 44 -
CMYK 0 0.81 0.74 0.34
HSL 354.71º 0.68% 0.39% -
HSV(B) 354.71º 0.81% 0.66% -
XYZ 17.12 9.54 3.32 -
YUV 74.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 168 32 44 0 0.81 0.74 0.34 354.71 0.68 0.39
Hex A8 20 2C 0 51 4A 22 163 44 27
Octal 250 40 54 0 121 112 42 543 104 47
Binary 10101000 100000 101100 0 1010001 1001010 100010 101100011 1000100 100111

Color Harmonies of #A8202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8202C

Black with #A8202C

Text Example


Text Example

White with #A8202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8202C; }

 p { color: rgb(168,32,44); }

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

background-color css

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

 a { background-color: rgb(168,32,44); }

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

border-color css

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

 span { border-color: rgb(168,32,44); }

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