#AD2629

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

Shades of Guardsman Red #AD2629

Tints of Guardsman Red #AD2629

Color information

#AD2629 (or 0xAD2629) is unknown color: approx Guardsman Red. HEX triplet: AD, 26 and 29. RGB value is (173,38,41). Sum of RGB (Red+Green+Blue) = 173+38+41=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2629 is #52D9D6. Grayscale: #4E4E4E. Windows color (decimal): -5429719 or 2696877. OLE color: 2696877.

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

Color convert

RGB1733841-
CMYK00.780.760.32
HSL358.67º63.98%41.37%-
HSV(B)358.67º78.03%67.84%-
XYZ18.3310.433.15-
YUV78.71106.73195.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.65%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=68.65%
G=15.08%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173384100.780.760.32358.6763.9841.37
HexAD262904E4C201674029
Octal255465101161144054710051
Binary101011011001101010010100111010011001000001011001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2629; }

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

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

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

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

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

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

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

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