#A6222F

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

Shades of Guardsman Red #A6222F

Tints of Guardsman Red #A6222F

Color information

#A6222F (or 0xA6222F) is unknown color: approx Guardsman Red. HEX triplet: A6, 22 and 2F. RGB value is (166,34,47). Sum of RGB (Red+Green+Blue) = 166+34+47=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6222F is #59DDD0. Grayscale: #4B4B4B. Windows color (decimal): -5889489 or 3089062. OLE color: 3089062.

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

Color convert

RGB1663447-
CMYK00.800.720.35
HSL354.09º66%39.22%-
HSV(B)354.09º79.52%65.1%-
XYZ16.819.463.63-
YUV74.95112.23192.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.21%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=67.21%
G=13.77%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166344700.800.720.35354.096639.22
HexA6222F05048231624227
Octal246425701201104354210247
Binary101001101000101011110101000010010001000111011000101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6222F; }

 p { color: rgb(166,34,47); }

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

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

 a { background-color: rgb(166,34,47); }

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

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

 span { border-color: rgb(166,34,47); }

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