#A5222E

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

Shades of Guardsman Red #A5222E

Tints of Guardsman Red #A5222E

Color information

#A5222E (or 0xA5222E) is unknown color: approx Guardsman Red. HEX triplet: A5, 22 and 2E. RGB value is (165,34,46). Sum of RGB (Red+Green+Blue) = 165+34+46=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5222E is #5ADDD1. Grayscale: #4A4A4A. Windows color (decimal): -5955026 or 3023525. OLE color: 3023525.

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

Color convert

RGB1653446-
CMYK00.790.720.35
HSL354.5º65.83%39.02%-
HSV(B)354.5º79.39%64.71%-
XYZ16.589.343.51-
YUV74.54111.9192.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=67.35%
G=13.88%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165344600.790.720.35354.565.8339.02
HexA5222E04F48231634227
Octal245425601171104354310247
Binary101001011000101011100100111110010001000111011000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5222E; }

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

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

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

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

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

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

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

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