#A63335

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

Shades of Guardsman Red #A63335

Tints of Guardsman Red #A63335

Color information

#A63335 (or 0xA63335) is unknown color: approx Guardsman Red. HEX triplet: A6, 33 and 35. RGB value is (166,51,53). Sum of RGB (Red+Green+Blue) = 166+51+53=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A63335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63335 is #59CCCA. Grayscale: #555555. Windows color (decimal): -5885131 or 3486630. OLE color: 3486630.

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

Color convert

RGB1665153-
CMYK00.690.680.35
HSL358.96º53%42.55%-
HSV(B)358.96º69.28%65.1%-
XYZ17.5510.734.51-
YUV85.61109.6185.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=61.48%
G=18.89%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166515300.690.680.35358.965342.55
HexA633350454423167352b
Octal24663650105104435476553
Binary10100110110011110101010001011000100100011101100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63335; }

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

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

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

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

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

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

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

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