#AD2528

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

Shades of Guardsman Red #AD2528

Tints of Guardsman Red #AD2528

Color information

#AD2528 (or 0xAD2528) is unknown color: approx Guardsman Red. HEX triplet: AD, 25 and 28. RGB value is (173,37,40). Sum of RGB (Red+Green+Blue) = 173+37+40=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2528 is #52DAD7. Grayscale: #4E4E4E. Windows color (decimal): -5429976 or 2631085. OLE color: 2631085.

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

Color convert

RGB1733740-
CMYK00.790.770.32
HSL358.68º64.76%41.18%-
HSV(B)358.68º78.61%67.84%-
XYZ18.2810.363.04-
YUV78.01106.56195.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.2%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 40 (16.02% from 255) = 16%
R=69.2%
G=14.8%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173374000.790.770.32358.6864.7641.18
HexAD252804F4D201674129
Octal255455001171154054710151
Binary101011011001011010000100111110011011000001011001111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2528; }

 p { color: rgb(173,37,40); }

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

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

 a { background-color: rgb(173,37,40); }

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

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

 span { border-color: rgb(173,37,40); }

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