#AD3036

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

Shades of Guardsman Red #AD3036

Tints of Guardsman Red #AD3036

Color information

#AD3036 (or 0xAD3036) is unknown color: approx Guardsman Red. HEX triplet: AD, 30 and 36. RGB value is (173,48,54). Sum of RGB (Red+Green+Blue) = 173+48+54=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3036 is #52CFC9. Grayscale: #565656. Windows color (decimal): -5427146 or 3551405. OLE color: 3551405.

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

Color convert

RGB1734854-
CMYK00.720.690.32
HSL357.12º56.56%43.33%-
HSV(B)357.12º72.25%67.84%-
XYZ18.9611.264.67-
YUV86.06109.91190.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.91%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=62.91%
G=17.45%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173485400.720.690.32357.1256.5643.33
HexAD30360484520165392b
Octal25560660110105405457153
Binary10101101110000110110010010001000101100000101100101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3036; }

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

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

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

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

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

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

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

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