#A82937

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

Shades of Guardsman Red #A82937

Tints of Guardsman Red #A82937

Color information

#A82937 (or 0xA82937) is unknown color: approx Guardsman Red. HEX triplet: A8, 29 and 37. RGB value is (168,41,55). Sum of RGB (Red+Green+Blue) = 168+41+55=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A82937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82937 is #57D6C8. Grayscale: #505050. Windows color (decimal): -5756617 or 3615144. OLE color: 3615144.

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

Color convert

RGB1684155-
CMYK00.760.670.34
HSL353.39º60.77%40.98%-
HSV(B)353.39º75.6%65.88%-
XYZ17.6310.194.65-
YUV80.57113.58190.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.64%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=63.64%
G=15.53%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168415500.760.670.34353.3960.7740.98
HexA8293704C43221613d29
Octal25051670114103425417551
Binary10101000101001110111010011001000011100010101100001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82937; }

 p { color: rgb(168,41,55); }

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

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

 a { background-color: rgb(168,41,55); }

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

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

 span { border-color: rgb(168,41,55); }

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