#AD2228

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

Shades of Guardsman Red #AD2228

Tints of Guardsman Red #AD2228

Color information

#AD2228 (or 0xAD2228) is unknown color: approx Guardsman Red. HEX triplet: AD, 22 and 28. RGB value is (173,34,40). Sum of RGB (Red+Green+Blue) = 173+34+40=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2228 is #52DDD7. Grayscale: #4C4C4C. Windows color (decimal): -5430744 or 2630317. OLE color: 2630317.

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

Color convert

RGB1733440-
CMYK00.800.770.32
HSL357.41º67.15%40.59%-
HSV(B)357.41º80.35%67.84%-
XYZ18.1910.183.01-
YUV76.24107.55197.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.04%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=70.04%
G=13.77%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173344000.800.770.32357.4167.1540.59
HexAD22280504D201654329
Octal255425001201154054510351
Binary101011011000101010000101000010011011000001011001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2228; }

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

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

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

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

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

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

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

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