#A53031

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

Shades of Guardsman Red #A53031

Tints of Guardsman Red #A53031

Color information

#A53031 (or 0xA53031) is unknown color: approx Guardsman Red. HEX triplet: A5, 30 and 31. RGB value is (165,48,49). Sum of RGB (Red+Green+Blue) = 165+48+49=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A53031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53031 is #5ACFCE. Grayscale: #535353. Windows color (decimal): -5951439 or 3223717. OLE color: 3223717.

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

Color convert

RGB1654849-
CMYK00.710.700.35
HSL359.49º54.93%41.76%-
HSV(B)359.49º70.91%64.71%-
XYZ17.1310.334-
YUV83.1108.76186.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.98%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=62.98%
G=18.32%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165484900.710.700.35359.4954.9341.76
HexA530310474623167372a
Octal24560610107106435476752
Binary10100101110000110001010001111000110100011101100111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53031; }

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

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

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

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

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

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

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

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