#A52228

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

Shades of Guardsman Red #A52228

Tints of Guardsman Red #A52228

Color information

#A52228 (or 0xA52228) is unknown color: approx Guardsman Red. HEX triplet: A5, 22 and 28. RGB value is (165,34,40). Sum of RGB (Red+Green+Blue) = 165+34+40=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A52228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52228 is #5ADDD7. Grayscale: #494949. Windows color (decimal): -5955032 or 2630309. OLE color: 2630309.

HSL color Cylindrical-coordinate representation of color #A52228: hue angle of 357.25º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52228 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1653440-
CMYK00.790.760.35
HSL357.25º65.83%39.02%-
HSV(B)357.25º79.39%64.71%-
XYZ16.479.32.93-
YUV73.85108.9193.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.04%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=69.04%
G=14.23%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165344000.790.760.35357.2565.8339.02
HexA5222804F4C231654227
Octal245425001171144354510247
Binary101001011000101010000100111110011001000111011001011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52228; }

 p { color: rgb(165,34,40); }

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

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

 a { background-color: rgb(165,34,40); }

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

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

 span { border-color: rgb(165,34,40); }

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