#A53335

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

Shades of Guardsman Red #A53335

Tints of Guardsman Red #A53335

Color information

#A53335 (or 0xA53335) is unknown color: approx Guardsman Red. HEX triplet: A5, 33 and 35. RGB value is (165,51,53). Sum of RGB (Red+Green+Blue) = 165+51+53=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A53335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53335 is #5ACCCA. Grayscale: #555555. Windows color (decimal): -5950667 or 3486629. OLE color: 3486629.

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

Color convert

RGB1655153-
CMYK00.690.680.35
HSL358.95º52.78%42.35%-
HSV(B)358.95º69.09%64.71%-
XYZ17.3410.624.5-
YUV85.31109.77184.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=61.34%
G=18.96%
B=19.70%

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
Decimal165515300.690.680.35358.9552.7842.35
HexA533350454423167352a
Octal24563650105104435476552
Binary10100101110011110101010001011000100100011101100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53335; }

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

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

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

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

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

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

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

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