#A53037

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

Shades of Guardsman Red #A53037

Tints of Guardsman Red #A53037

Color information

#A53037 (or 0xA53037) is unknown color: approx Guardsman Red. HEX triplet: A5, 30 and 37. RGB value is (165,48,55). Sum of RGB (Red+Green+Blue) = 165+48+55=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A53037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53037 is #5ACFC8. Grayscale: #535353. Windows color (decimal): -5951433 or 3616933. OLE color: 3616933.

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

Color convert

RGB1654855-
CMYK00.710.670.35
HSL356.41º54.93%41.76%-
HSV(B)356.41º70.91%64.71%-
XYZ17.2610.394.71-
YUV83.78111.76185.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.57%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=61.57%
G=17.91%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165485500.710.670.35356.4154.9341.76
HexA530370474323164372a
Octal24560670107103435446752
Binary10100101110000110111010001111000011100011101100100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53037; }

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

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

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

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

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

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

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

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