#A5222D

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

Shades of Guardsman Red #A5222D

Tints of Guardsman Red #A5222D

Color information

#A5222D (or 0xA5222D) is unknown color: approx Guardsman Red. HEX triplet: A5, 22 and 2D. RGB value is (165,34,45). Sum of RGB (Red+Green+Blue) = 165+34+45=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5222D is #5ADDD2. Grayscale: #4A4A4A. Windows color (decimal): -5955027 or 2957989. OLE color: 2957989.

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

Color convert

RGB1653445-
CMYK00.790.730.35
HSL354.96º65.83%39.02%-
HSV(B)354.96º79.39%64.71%-
XYZ16.569.333.41-
YUV74.42111.4192.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=67.62%
G=13.93%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165344500.790.730.35354.9665.8339.02
HexA5222D04F49231634227
Octal245425501171114354310247
Binary101001011000101011010100111110010011000111011000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5222D; }

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

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

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

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

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

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

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

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