#AD2229

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

Shades of Guardsman Red #AD2229

Tints of Guardsman Red #AD2229

Color information

#AD2229 (or 0xAD2229) is unknown color: approx Guardsman Red. HEX triplet: AD, 22 and 29. RGB value is (173,34,41). Sum of RGB (Red+Green+Blue) = 173+34+41=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2229 is #52DDD6. Grayscale: #4C4C4C. Windows color (decimal): -5430743 or 2695853. OLE color: 2695853.

HSL color Cylindrical-coordinate representation of color #AD2229: hue angle of 356.98º 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 #AD2229 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1733441-
CMYK00.800.760.32
HSL356.98º67.15%40.59%-
HSV(B)356.98º80.35%67.84%-
XYZ18.2110.193.1-
YUV76.36108.05196.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.76%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=69.76%
G=13.71%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173344100.800.760.32356.9867.1540.59
HexAD22290504C201654329
Octal255425101201144054510351
Binary101011011000101010010101000010011001000001011001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2229; }

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

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

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

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

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

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

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

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