#AD2E32

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

Shades of Guardsman Red #AD2E32

Tints of Guardsman Red #AD2E32

Color information

#AD2E32 (or 0xAD2E32) is unknown color: approx Guardsman Red. HEX triplet: AD, 2E and 32. RGB value is (173,46,50). Sum of RGB (Red+Green+Blue) = 173+46+50=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2E32 is #52D1CD. Grayscale: #545454. Windows color (decimal): -5427662 or 3288749. OLE color: 3288749.

HSL color Cylindrical-coordinate representation of color #AD2E32: hue angle of 358.11º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2E32 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1734650-
CMYK00.730.710.32
HSL358.11º57.99%42.94%-
HSV(B)358.11º73.41%67.84%-
XYZ18.7911.074.16-
YUV84.43108.58191.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.31%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=64.31%
G=17.10%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173465000.730.710.32358.1157.9942.94
HexAD2E3204947201663a2b
Octal25556620111107405467253
Binary10101101101110110010010010011000111100000101100110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E32; }

 p { color: rgb(173,46,50); }

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

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

 a { background-color: rgb(173,46,50); }

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

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

 span { border-color: rgb(173,46,50); }

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