#A22737

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

Shades of Guardsman Red #A22737

Tints of Guardsman Red #A22737

Color information

#A22737 (or 0xA22737) is unknown color: approx Guardsman Red. HEX triplet: A2, 27 and 37. RGB value is (162,39,55). Sum of RGB (Red+Green+Blue) = 162+39+55=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A22737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22737 is #5DD8C8. Grayscale: #4D4D4D. Windows color (decimal): -6150345 or 3614626. OLE color: 3614626.

HSL color Cylindrical-coordinate representation of color #A22737: hue angle of 352.2º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22737 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1623955-
CMYK00.760.660.36
HSL352.2º61.19%39.41%-
HSV(B)352.2º75.93%63.53%-
XYZ16.329.414.57-
YUV77.6115.25188.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 55 (21.88% from 255) = 21.48%
R=63.28%
G=15.23%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162395500.760.660.36352.261.1939.41
HexA2273704C42241603d27
Octal24247670114102445407547
Binary10100010100111110111010011001000010100100101100000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22737; }

 p { color: rgb(162,39,55); }

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

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

 a { background-color: rgb(162,39,55); }

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

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

 span { border-color: rgb(162,39,55); }

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