#A53039

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

Shades of Guardsman Red #A53039

Tints of Guardsman Red #A53039

Color information

#A53039 (or 0xA53039) is unknown color: approx Guardsman Red. HEX triplet: A5, 30 and 39. RGB value is (165,48,57). Sum of RGB (Red+Green+Blue) = 165+48+57=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A53039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53039 is #5ACFC6. Grayscale: #545454. Windows color (decimal): -5951431 or 3748005. OLE color: 3748005.

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

Color convert

RGB1654857-
CMYK00.710.650.35
HSL355.38º54.93%41.76%-
HSV(B)355.38º70.91%64.71%-
XYZ17.3110.414.97-
YUV84.01112.76185.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=61.11%
G=17.78%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165485700.710.650.35355.3854.9341.76
HexA530390474123163372a
Octal24560710107101435436752
Binary10100101110000111001010001111000001100011101100011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53039; }

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

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

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

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

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

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

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

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