#A72226

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

Shades of Guardsman Red #A72226

Tints of Guardsman Red #A72226

Color information

#A72226 (or 0xA72226) is unknown color: approx Guardsman Red. HEX triplet: A7, 22 and 26. RGB value is (167,34,38). Sum of RGB (Red+Green+Blue) = 167+34+38=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A72226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72226 is #58DDD9. Grayscale: #4A4A4A. Windows color (decimal): -5823962 or 2499239. OLE color: 2499239.

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

Color convert

RGB1673438-
CMYK00.800.770.35
HSL358.2º66.17%39.41%-
HSV(B)358.2º79.64%65.49%-
XYZ16.869.52.78-
YUV74.22107.56194.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.87%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=69.87%
G=14.23%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167343800.800.770.35358.266.1739.41
HexA722260504D231664227
Octal247424601201154354610247
Binary101001111000101001100101000010011011000111011001101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72226; }

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

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

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

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

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

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

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

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