#A82829

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

Shades of Guardsman Red #A82829

Tints of Guardsman Red #A82829

Color information

#A82829 (or 0xA82829) is unknown color: approx Guardsman Red. HEX triplet: A8, 28 and 29. RGB value is (168,40,41). Sum of RGB (Red+Green+Blue) = 168+40+41=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A82829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82829 is #57D7D6. Grayscale: #4E4E4E. Windows color (decimal): -5756887 or 2697384. OLE color: 2697384.

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

Color convert

RGB1684041-
CMYK00.760.760.34
HSL359.53º61.54%40.78%-
HSV(B)359.53º76.19%65.88%-
XYZ17.31103.12-
YUV78.39106.91191.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.47%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 41 (16.41% from 255) = 16.47%
R=67.47%
G=16.06%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168404100.760.760.34359.5361.5440.78
HexA8282904C4C221683e29
Octal25050510114114425507651
Binary10101000101000101001010011001001100100010101101000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82829; }

 p { color: rgb(168,40,41); }

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

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

 a { background-color: rgb(168,40,41); }

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

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

 span { border-color: rgb(168,40,41); }

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