#A63135

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

Shades of Guardsman Red #A63135

Tints of Guardsman Red #A63135

Color information

#A63135 (or 0xA63135) is unknown color: approx Guardsman Red. HEX triplet: A6, 31 and 35. RGB value is (166,49,53). Sum of RGB (Red+Green+Blue) = 166+49+53=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A63135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63135 is #59CECA. Grayscale: #545454. Windows color (decimal): -5885643 or 3486118. OLE color: 3486118.

HSL color Cylindrical-coordinate representation of color #A63135: hue angle of 357.95º 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 #A63135 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1664953-
CMYK00.700.680.35
HSL357.95º54.42%42.16%-
HSV(B)357.95º70.48%65.1%-
XYZ17.4710.564.49-
YUV84.44110.26186.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=61.94%
G=18.28%
B=19.78%

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
Decimal166495300.700.680.35357.9554.4242.16
HexA631350464423166362a
Octal24661650106104435466652
Binary10100110110001110101010001101000100100011101100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63135; }

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

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

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

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

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

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

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

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