#A52226

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

Shades of Guardsman Red #A52226

Tints of Guardsman Red #A52226

Color information

#A52226 (or 0xA52226) is unknown color: approx Guardsman Red. HEX triplet: A5, 22 and 26. RGB value is (165,34,38). Sum of RGB (Red+Green+Blue) = 165+34+38=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A52226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52226 is #5ADDD9. Grayscale: #494949. Windows color (decimal): -5955034 or 2499237. OLE color: 2499237.

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

Color convert

RGB1653438-
CMYK00.790.770.35
HSL358.17º65.83%39.02%-
HSV(B)358.17º79.39%64.71%-
XYZ16.449.282.76-
YUV73.62107.9193.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.62%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=69.62%
G=14.35%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165343800.790.770.35358.1765.8339.02
HexA5222604F4D231664227
Octal245424601171154354610247
Binary101001011000101001100100111110011011000111011001101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52226; }

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

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

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

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

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

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

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

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