#A03135

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

Shades of Guardsman Red #A03135

Tints of Guardsman Red #A03135

Color information

#A03135 (or 0xA03135) is unknown color: approx Guardsman Red. HEX triplet: A0, 31 and 35. RGB value is (160,49,53). Sum of RGB (Red+Green+Blue) = 160+49+53=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A03135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03135 is #5FCECA. Grayscale: #525252. Windows color (decimal): -6278859 or 3486112. OLE color: 3486112.

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

Color convert

RGB1604953-
CMYK00.690.670.37
HSL357.84º53.11%40.98%-
HSV(B)357.84º69.38%62.75%-
XYZ16.249.934.43-
YUV82.64111.27183.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.07%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=61.07%
G=18.70%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160495300.690.670.37357.8453.1140.98
HexA0313504543251663529
Octal24061650105103455466551
Binary10100000110001110101010001011000011100101101100110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03135; }

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

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

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

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

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

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

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

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