#A82A3D

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

Shades of Guardsman Red #A82A3D

Tints of Guardsman Red #A82A3D

Color information

#A82A3D (or 0xA82A3D) is unknown color: approx Guardsman Red. HEX triplet: A8, 2A and 3D. RGB value is (168,42,61). Sum of RGB (Red+Green+Blue) = 168+42+61=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A3D is #57D5C2. Grayscale: #515151. Windows color (decimal): -5756355 or 4008616. OLE color: 4008616.

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

Color convert

RGB1684261-
CMYK00.750.640.34
HSL350.95º60%41.18%-
HSV(B)350.95º75%65.88%-
XYZ17.8210.325.47-
YUV81.84116.24189.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.99%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=61.99%
G=15.50%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168426100.750.640.34350.956041.18
HexA82A3D04B402215f3c29
Octal25052750113100425377451
Binary10101000101010111101010010111000000100010101011111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A3D; }

 p { color: rgb(168,42,61); }

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

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

 a { background-color: rgb(168,42,61); }

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

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

 span { border-color: rgb(168,42,61); }

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