#A02D3C

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

Shades of Guardsman Red #A02D3C

Tints of Guardsman Red #A02D3C

Color information

#A02D3C (or 0xA02D3C) is unknown color: approx Guardsman Red. HEX triplet: A0, 2D and 3C. RGB value is (160,45,60). Sum of RGB (Red+Green+Blue) = 160+45+60=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D3C is #5FD2C3. Grayscale: #515151. Windows color (decimal): -6279876 or 3943840. OLE color: 3943840.

HSL color Cylindrical-coordinate representation of color #A02D3C: hue angle of 352.17º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02D3C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1604560-
CMYK00.720.620.37
HSL352.17º56.1%40.2%-
HSV(B)352.17º71.88%62.75%-
XYZ16.259.685.29-
YUV81.1116.1184.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=60.38%
G=16.98%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160456000.720.620.37352.1756.140.2
HexA02D3C0483E251603828
Octal2405574011076455407050
Binary1010000010110111110001001000111110100101101100000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D3C; }

 p { color: rgb(160,45,60); }

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

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

 a { background-color: rgb(160,45,60); }

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

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

 span { border-color: rgb(160,45,60); }

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