#A82A31

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

Shades of Guardsman Red #A82A31

Tints of Guardsman Red #A82A31

Color information

#A82A31 (or 0xA82A31) is unknown color: approx Guardsman Red. HEX triplet: A8, 2A and 31. RGB value is (168,42,49). Sum of RGB (Red+Green+Blue) = 168+42+49=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A31 is #57D5CE. Grayscale: #505050. Windows color (decimal): -5756367 or 3222184. OLE color: 3222184.

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

Color convert

RGB1684249-
CMYK00.750.710.34
HSL356.67º60%41.18%-
HSV(B)356.67º75%65.88%-
XYZ17.5310.23.95-
YUV80.47110.24190.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.86%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=64.86%
G=16.22%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168424900.750.710.34356.676041.18
HexA82A3104B47221653c29
Octal25052610113107425457451
Binary10101000101010110001010010111000111100010101100101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A31; }

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

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

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

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

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

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

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

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