#A7222D

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

Shades of Guardsman Red #A7222D

Tints of Guardsman Red #A7222D

Color information

#A7222D (or 0xA7222D) is unknown color: approx Guardsman Red. HEX triplet: A7, 22 and 2D. RGB value is (167,34,45). Sum of RGB (Red+Green+Blue) = 167+34+45=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7222D is #58DDD2. Grayscale: #4B4B4B. Windows color (decimal): -5823955 or 2957991. OLE color: 2957991.

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

Color convert

RGB1673445-
CMYK00.800.730.35
HSL355.04º66.17%39.41%-
HSV(B)355.04º79.64%65.49%-
XYZ16.989.553.43-
YUV75.02111.06193.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.89%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=67.89%
G=13.82%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167344500.800.730.35355.0466.1739.41
HexA7222D05049231634227
Octal247425501201114354310247
Binary101001111000101011010101000010010011000111011000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7222D; }

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

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

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

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

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

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

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

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