#AD1C25

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

Shades of Guardsman Red #AD1C25

Tints of Guardsman Red #AD1C25

Color information

#AD1C25 (or 0xAD1C25) is unknown color: approx Guardsman Red. HEX triplet: AD, 1C and 25. RGB value is (173,28,37). Sum of RGB (Red+Green+Blue) = 173+28+37=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C25 is #52E3DA. Grayscale: #484848. Windows color (decimal): -5432283 or 2432173. OLE color: 2432173.

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

Color convert

RGB1732837-
CMYK00.840.790.32
HSL356.28º72.14%39.41%-
HSV(B)356.28º83.82%67.84%-
XYZ17.989.852.7-
YUV72.38108.04199.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.69%
GREEN value IS 28 (11.33% from 255) = 11.76%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=72.69%
G=11.76%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173283700.840.790.32356.2872.1439.41
HexAD1C250544F201644827
Octal255344501241174054411047
Binary10101101111001001010101010010011111000001011001001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C25; }

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

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

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

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

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

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

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

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