#A22126

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

Shades of Guardsman Red #A22126

Tints of Guardsman Red #A22126

Color information

#A22126 (or 0xA22126) is unknown color: approx Guardsman Red. HEX triplet: A2, 21 and 26. RGB value is (162,33,38). Sum of RGB (Red+Green+Blue) = 162+33+38=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A22126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22126 is #5DDED9. Grayscale: #484848. Windows color (decimal): -6151898 or 2498978. OLE color: 2498978.

HSL color Cylindrical-coordinate representation of color #A22126: hue angle of 357.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22126 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1623338-
CMYK00.800.770.36
HSL357.67º66.15%38.24%-
HSV(B)357.67º79.63%63.53%-
XYZ15.798.912.72-
YUV72.14108.74192.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=69.53%
G=14.16%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162333800.800.770.36357.6766.1538.24
HexA221260504D241664226
Octal242414601201154454610246
Binary101000101000011001100101000010011011001001011001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22126; }

 p { color: rgb(162,33,38); }

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

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

 a { background-color: rgb(162,33,38); }

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

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

 span { border-color: rgb(162,33,38); }

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