#A02835

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

Shades of Guardsman Red #A02835

Tints of Guardsman Red #A02835

Color information

#A02835 (or 0xA02835) is unknown color: approx Guardsman Red. HEX triplet: A0, 28 and 35. RGB value is (160,40,53). Sum of RGB (Red+Green+Blue) = 160+40+53=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A02835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02835 is #5FD7CA. Grayscale: #4D4D4D. Windows color (decimal): -6281163 or 3483808. OLE color: 3483808.

HSL color Cylindrical-coordinate representation of color #A02835: hue angle of 353.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02835 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1604053-
CMYK00.750.670.37
HSL353.5º60%39.22%-
HSV(B)353.5º75%62.75%-
XYZ15.99.254.32-
YUV77.36114.26186.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=63.24%
G=15.81%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160405300.750.670.37353.56039.22
HexA0283504B43251623c27
Octal24050650113103455427447
Binary10100000101000110101010010111000011100101101100010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02835; }

 p { color: rgb(160,40,53); }

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

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

 a { background-color: rgb(160,40,53); }

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

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

 span { border-color: rgb(160,40,53); }

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