#AD1F29

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

Shades of Guardsman Red #AD1F29

Tints of Guardsman Red #AD1F29

Color information

#AD1F29 (or 0xAD1F29) is unknown color: approx Guardsman Red. HEX triplet: AD, 1F and 29. RGB value is (173,31,41). Sum of RGB (Red+Green+Blue) = 173+31+41=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F29 is #52E0D6. Grayscale: #4A4A4A. Windows color (decimal): -5431511 or 2695085. OLE color: 2695085.

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

Color convert

RGB1733141-
CMYK00.820.760.32
HSL355.77º69.61%40%-
HSV(B)355.77º82.08%67.84%-
XYZ18.1210.023.08-
YUV74.6109.04198.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.61%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=70.61%
G=12.65%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173314100.820.760.32355.7769.6140
HexAD1F290524C201644628
Octal255375101221144054410650
Binary10101101111111010010101001010011001000001011001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F29; }

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

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

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

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

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

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

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

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