#AD3538

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

Shades of Guardsman Red #AD3538

Tints of Guardsman Red #AD3538

Color information

#AD3538 (or 0xAD3538) is unknown color: approx Guardsman Red. HEX triplet: AD, 35 and 38. RGB value is (173,53,56). Sum of RGB (Red+Green+Blue) = 173+53+56=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3538 is #52CAC7. Grayscale: #595959. Windows color (decimal): -5425864 or 3683757. OLE color: 3683757.

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

Color convert

RGB1735356-
CMYK00.690.680.32
HSL358.5º53.1%44.31%-
HSV(B)358.5º69.36%67.84%-
XYZ19.2211.724.99-
YUV89.22109.26187.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.35%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=61.35%
G=18.79%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173535600.690.680.32358.553.144.31
HexAD35380454420166352c
Octal25565700105104405466554
Binary10101101110101111000010001011000100100000101100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3538; }

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

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

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

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

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

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

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

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