Html Css Color HEX #AD1F29 Guardsman Red

📋 copy color: '#AD1F29'

red 173 ◦ green 31 ◦ blue 41

#AD1F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AD1F29

Tints of Guardsman Red #AD1F29

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 value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD1F29 (or 0xAD1F29) is known color: 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

RGB 173 31 41 -
CMYK 0 0.82 0.76 0.32
HSL 355.77º 0.7% 0.4% -
HSV(B) 355.77º 0.82% 0.68% -
XYZ 18.12 10.02 3.08 -
YUV 74.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 173 31 41 0 0.82 0.76 0.32 355.77 0.7 0.4
Hex AD 1F 29 0 52 4C 20 164 46 28
Octal 255 37 51 0 122 114 40 544 106 50
Binary 10101101 11111 101001 0 1010010 1001100 100000 101100100 1000110 101000

Color Harmonies of #AD1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F29

Black with #AD1F29

Text Example


Text Example

White with #AD1F29

Text Example


Text Example

HTML Codes & Css Web 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>