#A53038

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

Shades of Guardsman Red #A53038

Tints of Guardsman Red #A53038

Color information

#A53038 (or 0xA53038) is unknown color: approx Guardsman Red. HEX triplet: A5, 30 and 38. RGB value is (165,48,56). Sum of RGB (Red+Green+Blue) = 165+48+56=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A53038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53038 is #5ACFC7. Grayscale: #535353. Windows color (decimal): -5951432 or 3682469. OLE color: 3682469.

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

Color convert

RGB1654856-
CMYK00.710.660.35
HSL355.9º54.93%41.76%-
HSV(B)355.9º70.91%64.71%-
XYZ17.2910.44.84-
YUV83.9112.26185.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=61.34%
G=17.84%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165485600.710.660.35355.954.9341.76
HexA530380474223164372a
Octal24560700107102435446752
Binary10100101110000111000010001111000010100011101100100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53038; }

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

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

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

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

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

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

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

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