#A02D31

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

Shades of Guardsman Red #A02D31

Tints of Guardsman Red #A02D31

Color information

#A02D31 (or 0xA02D31) is unknown color: approx Guardsman Red. HEX triplet: A0, 2D and 31. RGB value is (160,45,49). Sum of RGB (Red+Green+Blue) = 160+45+49=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D31 is #5FD2CE. Grayscale: #4F4F4F. Windows color (decimal): -6279887 or 3222944. OLE color: 3222944.

HSL color Cylindrical-coordinate representation of color #A02D31: hue angle of 357.91º 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 #A02D31 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1604549-
CMYK00.720.690.37
HSL357.91º56.1%40.2%-
HSV(B)357.91º71.88%62.75%-
XYZ15.999.573.91-
YUV79.84110.6185.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.99%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=62.99%
G=17.72%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160454900.720.690.37357.9156.140.2
HexA02D3104845251663828
Octal24055610110105455467050
Binary10100000101101110001010010001000101100101101100110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D31; }

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

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

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

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

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

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

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

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