#AD3339

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

Shades of Guardsman Red #AD3339

Tints of Guardsman Red #AD3339

Color information

#AD3339 (or 0xAD3339) is unknown color: approx Guardsman Red. HEX triplet: AD, 33 and 39. RGB value is (173,51,57). Sum of RGB (Red+Green+Blue) = 173+51+57=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3339 is #52CCC6. Grayscale: #585858. Windows color (decimal): -5426375 or 3748781. OLE color: 3748781.

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

Color convert

RGB1735157-
CMYK00.710.670.32
HSL357.05º54.46%43.92%-
HSV(B)357.05º70.52%67.84%-
XYZ19.1611.555.09-
YUV88.16110.42188.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.57%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=61.57%
G=18.15%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173515700.710.670.32357.0554.4643.92
HexAD33390474320165362c
Octal25563710107103405456654
Binary10101101110011111001010001111000011100000101100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3339; }

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

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

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

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

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

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

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

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