#A52635

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

Shades of Guardsman Red #A52635

Tints of Guardsman Red #A52635

Color information

#A52635 (or 0xA52635) is unknown color: approx Guardsman Red. HEX triplet: A5, 26 and 35. RGB value is (165,38,53). Sum of RGB (Red+Green+Blue) = 165+38+53=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A52635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52635 is #5AD9CA. Grayscale: #4D4D4D. Windows color (decimal): -5953995 or 3483301. OLE color: 3483301.

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

Color convert

RGB1653853-
CMYK00.770.680.35
HSL352.91º62.56%39.8%-
HSV(B)352.91º76.97%64.71%-
XYZ16.859.644.34-
YUV77.68114.08190.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.45%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=64.45%
G=14.84%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165385300.770.680.35352.9162.5639.8
HexA5263504D44231613f28
Octal24546650115104435417750
Binary10100101100110110101010011011000100100011101100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52635; }

 p { color: rgb(165,38,53); }

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

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

 a { background-color: rgb(165,38,53); }

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

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

 span { border-color: rgb(165,38,53); }

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