#A53034

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

Shades of Guardsman Red #A53034

Tints of Guardsman Red #A53034

Color information

#A53034 (or 0xA53034) is unknown color: approx Guardsman Red. HEX triplet: A5, 30 and 34. RGB value is (165,48,52). Sum of RGB (Red+Green+Blue) = 165+48+52=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A53034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53034 is #5ACFCB. Grayscale: #535353. Windows color (decimal): -5951436 or 3420325. OLE color: 3420325.

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

Color convert

RGB1654852-
CMYK00.710.680.35
HSL357.95º54.93%41.76%-
HSV(B)357.95º70.91%64.71%-
XYZ17.1910.364.34-
YUV83.44110.26186.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=62.26%
G=18.11%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165485200.710.680.35357.9554.9341.76
HexA530340474423166372a
Octal24560640107104435466752
Binary10100101110000110100010001111000100100011101100110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53034; }

 p { color: rgb(165,48,52); }

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

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

 a { background-color: rgb(165,48,52); }

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

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

 span { border-color: rgb(165,48,52); }

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