#A63235

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

Shades of Guardsman Red #A63235

Tints of Guardsman Red #A63235

Color information

#A63235 (or 0xA63235) is unknown color: approx Guardsman Red. HEX triplet: A6, 32 and 35. RGB value is (166,50,53). Sum of RGB (Red+Green+Blue) = 166+50+53=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A63235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63235 is #59CDCA. Grayscale: #555555. Windows color (decimal): -5885387 or 3486374. OLE color: 3486374.

HSL color Cylindrical-coordinate representation of color #A63235: hue angle of 358.45º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63235 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1665053-
CMYK00.700.680.35
HSL358.45º53.7%42.35%-
HSV(B)358.45º69.88%65.1%-
XYZ17.5110.654.5-
YUV85.03109.93185.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=61.71%
G=18.59%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166505300.700.680.35358.4553.742.35
HexA632350464423166362a
Octal24662650106104435466652
Binary10100110110010110101010001101000100100011101100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63235; }

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

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

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

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

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

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

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

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