#A22125

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

Shades of Guardsman Red #A22125

Tints of Guardsman Red #A22125

Color information

#A22125 (or 0xA22125) is unknown color: approx Guardsman Red. HEX triplet: A2, 21 and 25. RGB value is (162,33,37). Sum of RGB (Red+Green+Blue) = 162+33+37=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A22125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22125 is #5DDEDA. Grayscale: #484848. Windows color (decimal): -6151899 or 2433442. OLE color: 2433442.

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

Color convert

RGB1623337-
CMYK00.800.770.36
HSL358.14º66.15%38.24%-
HSV(B)358.14º79.63%63.53%-
XYZ15.788.92.64-
YUV72.03108.24192.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=69.83%
G=14.22%
B=15.95%

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
Decimal162333700.800.770.36358.1466.1538.24
HexA221250504D241664226
Octal242414501201154454610246
Binary101000101000011001010101000010011011001001011001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22125; }

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

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

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

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

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

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

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

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