#AD3739

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

Shades of Guardsman Red #AD3739

Tints of Guardsman Red #AD3739

Color information

#AD3739 (or 0xAD3739) is unknown color: approx Guardsman Red. HEX triplet: AD, 37 and 39. RGB value is (173,55,57). Sum of RGB (Red+Green+Blue) = 173+55+57=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3739 is #52C8C6. Grayscale: #5A5A5A. Windows color (decimal): -5425351 or 3749805. OLE color: 3749805.

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

Color convert

RGB1735557-
CMYK00.680.670.32
HSL358.98º51.75%44.71%-
HSV(B)358.98º68.21%67.84%-
XYZ19.3411.915.15-
YUV90.51109.09186.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.70%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 57 (22.66% from 255) = 20%
R=60.70%
G=19.30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173555700.680.670.32358.9851.7544.71
HexAD37390444320167342d
Octal25567710104103405476455
Binary10101101110111111001010001001000011100000101100111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3739; }

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

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

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

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

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

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

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

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