#A03435

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

Shades of Guardsman Red #A03435

Tints of Guardsman Red #A03435

Color information

#A03435 (or 0xA03435) is unknown color: approx Guardsman Red. HEX triplet: A0, 34 and 35. RGB value is (160,52,53). Sum of RGB (Red+Green+Blue) = 160+52+53=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A03435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03435 is #5FCBCA. Grayscale: #545454. Windows color (decimal): -6278091 or 3486880. OLE color: 3486880.

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

Color convert

RGB1605253-
CMYK00.680.670.37
HSL359.44º50.94%41.57%-
HSV(B)359.44º67.5%62.75%-
XYZ16.3710.194.47-
YUV84.41110.28181.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 53 (21.09% from 255) = 20%
R=60.38%
G=19.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160525300.680.670.37359.4450.9441.57
HexA034350444325167332a
Octal24064650104103455476352
Binary10100000110100110101010001001000011100101101100111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03435; }

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

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

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

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

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

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

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

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