#A6353E

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

Shades of Guardsman Red #A6353E

Tints of Guardsman Red #A6353E

Color information

#A6353E (or 0xA6353E) is unknown color: approx Guardsman Red. HEX triplet: A6, 35 and 3E. RGB value is (166,53,62). Sum of RGB (Red+Green+Blue) = 166+53+62=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6353E is #59CAC1. Grayscale: #575757. Windows color (decimal): -5884610 or 4076966. OLE color: 4076966.

HSL color Cylindrical-coordinate representation of color #A6353E: hue angle of 355.22º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6353E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1665362-
CMYK00.680.630.35
HSL355.22º51.6%42.94%-
HSV(B)355.22º68.07%65.1%-
XYZ17.87115.74-
YUV87.81113.44183.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 62 (24.61% from 255) = 22.06%
R=59.07%
G=18.86%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166536200.680.630.35355.2251.642.94
HexA6353E0443F23163342b
Octal2466576010477435436453
Binary1010011011010111111001000100111111100011101100011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6353E; }

 p { color: rgb(166,53,62); }

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

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

 a { background-color: rgb(166,53,62); }

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

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

 span { border-color: rgb(166,53,62); }

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