#A22124

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

Shades of Guardsman Red #A22124

Tints of Guardsman Red #A22124

Color information

#A22124 (or 0xA22124) is unknown color: approx Guardsman Red. HEX triplet: A2, 21 and 24. RGB value is (162,33,36). Sum of RGB (Red+Green+Blue) = 162+33+36=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A22124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22124 is #5DDEDB. Grayscale: #484848. Windows color (decimal): -6151900 or 2367906. OLE color: 2367906.

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

Color convert

RGB1623336-
CMYK00.800.780.36
HSL358.6º66.15%38.24%-
HSV(B)358.6º79.63%63.53%-
XYZ15.768.92.56-
YUV71.91107.74192.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=70.13%
G=14.29%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162333600.800.780.36358.666.1538.24
HexA221240504E241674226
Octal242414401201164454710246
Binary101000101000011001000101000010011101001001011001111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22124; }

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

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

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

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

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

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

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

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