#A82C34

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

Shades of Guardsman Red #A82C34

Tints of Guardsman Red #A82C34

Color information

#A82C34 (or 0xA82C34) is unknown color: approx Guardsman Red. HEX triplet: A8, 2C and 34. RGB value is (168,44,52). Sum of RGB (Red+Green+Blue) = 168+44+52=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C34 is #57D3CB. Grayscale: #525252. Windows color (decimal): -5755852 or 3419304. OLE color: 3419304.

HSL color Cylindrical-coordinate representation of color #A82C34: hue angle of 356.13º 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 #A82C34 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB1684452-
CMYK00.740.690.34
HSL356.13º58.49%41.57%-
HSV(B)356.13º73.81%65.88%-
XYZ17.6710.374.32-
YUV81.99111.08189.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.64%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=63.64%
G=16.67%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168445200.740.690.34356.1358.4941.57
HexA82C3404A45221643a2a
Octal25054640112105425447252
Binary10101000101100110100010010101000101100010101100100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82C34; }

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

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

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

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

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

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

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

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