#AD2F39

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

Shades of Guardsman Red #AD2F39

Tints of Guardsman Red #AD2F39

Color information

#AD2F39 (or 0xAD2F39) is unknown color: approx Guardsman Red. HEX triplet: AD, 2F and 39. RGB value is (173,47,57). Sum of RGB (Red+Green+Blue) = 173+47+57=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F39 is #52D0C6. Grayscale: #555555. Windows color (decimal): -5427399 or 3747757. OLE color: 3747757.

HSL color Cylindrical-coordinate representation of color #AD2F39: hue angle of 355.24º degrees, saturation: 0.57, 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 #AD2F39 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1734757-
CMYK00.730.670.32
HSL355.24º57.27%43.14%-
HSV(B)355.24º72.83%67.84%-
XYZ18.9911.215.03-
YUV85.81111.74190.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.45%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=62.45%
G=16.97%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173475700.730.670.32355.2457.2743.14
HexAD2F390494320163392b
Octal25557710111103405437153
Binary10101101101111111001010010011000011100000101100011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2F39; }

 p { color: rgb(173,47,57); }

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

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

 a { background-color: rgb(173,47,57); }

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

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

 span { border-color: rgb(173,47,57); }

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