#AD2D31

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

Shades of Guardsman Red #AD2D31

Tints of Guardsman Red #AD2D31

Color information

#AD2D31 (or 0xAD2D31) is unknown color: approx Guardsman Red. HEX triplet: AD, 2D and 31. RGB value is (173,45,49). Sum of RGB (Red+Green+Blue) = 173+45+49=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2D31 is #52D2CE. Grayscale: #535353. Windows color (decimal): -5427919 or 3222957. OLE color: 3222957.

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

Color convert

RGB1734549-
CMYK00.740.720.32
HSL358.12º58.72%42.75%-
HSV(B)358.12º73.99%67.84%-
XYZ18.7310.984.04-
YUV83.73108.41191.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.79%
GREEN value IS 45 (17.97% from 255) = 16.85%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=64.79%
G=16.85%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173454900.740.720.32358.1258.7242.75
HexAD2D3104A48201663b2b
Octal25555610112110405467353
Binary10101101101101110001010010101001000100000101100110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2D31; }

 p { color: rgb(173,45,49); }

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

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

 a { background-color: rgb(173,45,49); }

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

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

 span { border-color: rgb(173,45,49); }

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