#A02021

Color #A02021 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A02021

Tints of Guardsman Red #A02021

Color information

#A02021 (or 0xA02021) is unknown color: approx Guardsman Red. HEX triplet: A0, 20 and 21. RGB value is (160,32,33). Sum of RGB (Red+Green+Blue) = 160+32+33=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A02021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02021 is #5FDFDE. Grayscale: #464646. Windows color (decimal): -6283231 or 2171040. OLE color: 2171040.

HSL color Cylindrical-coordinate representation of color #A02021: hue angle of 359.53º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02021 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1603233-
CMYK00.800.790.37
HSL359.53º66.67%37.65%-
HSV(B)359.53º80%62.75%-
XYZ15.298.622.3-
YUV70.39106.91191.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=71.11%
G=14.22%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160323300.800.790.37359.5366.6737.65
HexA020210504F251684326
Octal240404101201174555010346
Binary101000001000001000010101000010011111001011011010001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02021; }

 p { color: rgb(160,32,33); }

 H1.HeaderClassName
 {
   color: #A02021;
 }
 .AnyTagClassName
 {
   color: #A02021;
 }
</style>
background-color css

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

 a { background-color: rgb(160,32,33); }

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

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

 span { border-color: rgb(160,32,33); }

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