#A12022

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

Shades of Guardsman Red #A12022

Tints of Guardsman Red #A12022

Color information

#A12022 (or 0xA12022) is unknown color: approx Guardsman Red. HEX triplet: A1, 20 and 22. RGB value is (161,32,34). Sum of RGB (Red+Green+Blue) = 161+32+34=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A12022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12022 is #5EDFDD. Grayscale: #464646. Windows color (decimal): -6217694 or 2236577. OLE color: 2236577.

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

Color convert

RGB1613234-
CMYK00.800.790.37
HSL359.07º66.84%37.84%-
HSV(B)359.07º80.12%63.14%-
XYZ15.58.732.38-
YUV70.8107.24192.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.93%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=70.93%
G=14.10%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161323400.800.790.37359.0766.8437.84
HexA120220504F251674326
Octal241404201201174554710346
Binary101000011000001000100101000010011111001011011001111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12022; }

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

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

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

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

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

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

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

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