#ad2f35

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

Shades of Guardsman Red #AD2F35

Tints of Guardsman Red #AD2F35

Color information

#AD2F35 (or 0xAD2F35) is unknown color: approx Guardsman Red. HEX triplet: AD, 2F and 35. RGB value is (173,47,53). Sum of RGB (Red+Green+Blue) = 173+47+53=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F35 is #52D0CA. Grayscale: #555555. Windows color (decimal): -5427403 or 3485613. OLE color: 3485613.

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

Color convert

RGB1734753-
CMYK00.730.690.32
HSL357.14º57.27%43.14%-
HSV(B)357.14º72.83%67.84%-
XYZ18.8911.174.53-
YUV85.36109.74190.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.37%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=63.37%
G=17.22%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173475300.730.690.32357.1457.2743.14
HexAD2F350494520165392b
Octal25557650111105405457153
Binary10101101101111110101010010011000101100000101100101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2f35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2f35; }

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

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

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

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

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

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

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

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