#ad2936

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

Shades of Guardsman Red #AD2936

Tints of Guardsman Red #AD2936

Color information

#AD2936 (or 0xAD2936) is unknown color: approx Guardsman Red. HEX triplet: AD, 29 and 36. RGB value is (173,41,54). Sum of RGB (Red+Green+Blue) = 173+41+54=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2936 is #52D6C9. Grayscale: #525252. Windows color (decimal): -5428938 or 3549613. OLE color: 3549613.

HSL color Cylindrical-coordinate representation of color #AD2936: hue angle of 354.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2936 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1734154-
CMYK00.760.690.32
HSL354.09º61.68%41.96%-
HSV(B)354.09º76.3%67.84%-
XYZ18.6910.744.58-
YUV81.95112.23192.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=64.55%
G=15.30%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173415400.760.690.32354.0961.6841.96
HexAD293604C45201623e2a
Octal25551660114105405427652
Binary10101101101001110110010011001000101100000101100010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2936; }

 p { color: rgb(173,41,54); }

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

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

 a { background-color: rgb(173,41,54); }

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

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

 span { border-color: rgb(173,41,54); }

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