#A12228

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

Shades of Guardsman Red #A12228

Tints of Guardsman Red #A12228

Color information

#A12228 (or 0xA12228) is unknown color: approx Guardsman Red. HEX triplet: A1, 22 and 28. RGB value is (161,34,40). Sum of RGB (Red+Green+Blue) = 161+34+40=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A12228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12228 is #5EDDD7. Grayscale: #484848. Windows color (decimal): -6217176 or 2630305. OLE color: 2630305.

HSL color Cylindrical-coordinate representation of color #A12228: hue angle of 357.17º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12228 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1613440-
CMYK00.790.750.37
HSL357.17º65.13%38.24%-
HSV(B)357.17º78.88%63.14%-
XYZ15.658.872.9-
YUV72.66109.58191.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 68.51%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=68.51%
G=14.47%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161344000.790.750.37357.1765.1338.24
HexA1222804F4B251654126
Octal241425001171134554510146
Binary101000011000101010000100111110010111001011011001011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12228; }

 p { color: rgb(161,34,40); }

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

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

 a { background-color: rgb(161,34,40); }

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

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

 span { border-color: rgb(161,34,40); }

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