#A82B3D

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

Shades of Guardsman Red #A82B3D

Tints of Guardsman Red #A82B3D

Color information

#A82B3D (or 0xA82B3D) is unknown color: approx Guardsman Red. HEX triplet: A8, 2B and 3D. RGB value is (168,43,61). Sum of RGB (Red+Green+Blue) = 168+43+61=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82B3D is #57D4C2. Grayscale: #525252. Windows color (decimal): -5756099 or 4008872. OLE color: 4008872.

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

Color convert

RGB1684361-
CMYK00.740.640.34
HSL351.36º59.24%41.37%-
HSV(B)351.36º74.4%65.88%-
XYZ17.8510.395.48-
YUV82.43115.91189.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.76%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=61.76%
G=15.81%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168436100.740.640.34351.3659.2441.37
HexA82B3D04A402215f3b29
Octal25053750112100425377351
Binary10101000101011111101010010101000000100010101011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82B3D; }

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

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

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

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

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

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

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

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