#A82C37

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

Shades of Guardsman Red #A82C37

Tints of Guardsman Red #A82C37

Color information

#A82C37 (or 0xA82C37) is unknown color: approx Guardsman Red. HEX triplet: A8, 2C and 37. RGB value is (168,44,55). Sum of RGB (Red+Green+Blue) = 168+44+55=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C37 is #57D3C8. Grayscale: #525252. Windows color (decimal): -5755849 or 3615912. OLE color: 3615912.

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

Color convert

RGB1684455-
CMYK00.740.670.34
HSL354.68º58.49%41.57%-
HSV(B)354.68º73.81%65.88%-
XYZ17.7410.44.69-
YUV82.33112.58189.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=62.92%
G=16.48%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168445500.740.670.34354.6858.4941.57
HexA82C3704A43221633a2a
Octal25054670112103425437252
Binary10101000101100110111010010101000011100010101100011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82C37; }

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

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

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

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

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

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

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

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