#AD2627

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

Shades of Guardsman Red #AD2627

Tints of Guardsman Red #AD2627

Color information

#AD2627 (or 0xAD2627) is unknown color: approx Guardsman Red. HEX triplet: AD, 26 and 27. RGB value is (173,38,39). Sum of RGB (Red+Green+Blue) = 173+38+39=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2627 is #52D9D8. Grayscale: #4E4E4E. Windows color (decimal): -5429721 or 2565805. OLE color: 2565805.

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

Color convert

RGB1733839-
CMYK00.780.770.32
HSL359.56º63.98%41.37%-
HSV(B)359.56º78.03%67.84%-
XYZ18.2910.422.97-
YUV78.48105.73195.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.2%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=69.2%
G=15.2%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173383900.780.770.32359.5663.9841.37
HexAD262704E4D201684029
Octal255464701161154055010051
Binary101011011001101001110100111010011011000001011010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2627; }

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

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

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

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

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

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

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

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