#AD393C

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

Shades of Guardsman Red #AD393C

Tints of Guardsman Red #AD393C

Color information

#AD393C (or 0xAD393C) is unknown color: approx Guardsman Red. HEX triplet: AD, 39 and 3C. RGB value is (173,57,60). Sum of RGB (Red+Green+Blue) = 173+57+60=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD393C is #52C6C3. Grayscale: #5C5C5C. Windows color (decimal): -5424836 or 3946925. OLE color: 3946925.

HSL color Cylindrical-coordinate representation of color #AD393C: hue angle of 358.45º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD393C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1735760-
CMYK00.670.650.32
HSL358.45º50.43%45.1%-
HSV(B)358.45º67.05%67.84%-
XYZ19.5112.145.59-
YUV92.03109.93185.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.66%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=59.66%
G=19.66%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173576000.670.650.32358.4550.4345.1
HexAD393C0434120166322d
Octal25571740103101405466255
Binary10101101111001111100010000111000001100000101100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD393C; }

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

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

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

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

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

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

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

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