#AD1F28

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

Shades of Guardsman Red #AD1F28

Tints of Guardsman Red #AD1F28

Color information

#AD1F28 (or 0xAD1F28) is unknown color: approx Guardsman Red. HEX triplet: AD, 1F and 28. RGB value is (173,31,40). Sum of RGB (Red+Green+Blue) = 173+31+40=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F28 is #52E0D7. Grayscale: #4A4A4A. Windows color (decimal): -5431512 or 2629549. OLE color: 2629549.

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

Color convert

RGB1733140-
CMYK00.820.770.32
HSL356.2º69.61%40%-
HSV(B)356.2º82.08%67.84%-
XYZ18.1110.022.99-
YUV74.48108.54198.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.90%
GREEN value IS 31 (12.5% from 255) = 12.70%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=70.90%
G=12.70%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173314000.820.770.32356.269.6140
HexAD1F280524D201644628
Octal255375001221154054410650
Binary10101101111111010000101001010011011000001011001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F28; }

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

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

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

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

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

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

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

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