Html Css Color HEX #AD2029 Guardsman Red

📋 copy color: '#AD2029'

red 173 ◦ green 32 ◦ blue 41

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

Shades of Guardsman Red #AD2029

Tints of Guardsman Red #AD2029

RGB

 RED value IS 173 (67.97% from 255) = 70.33%

 GREEN value IS 32 (12.89% from 255) = 13.01%

 BLUE value IS 41 (16.41% from 255) = 16.67%

R = 70.33%
G = 13.01%
B = 16.67%

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

#AD2029 (or 0xAD2029) is known color: Guardsman Red. HEX triplet: AD, 20 and 29. RGB value is (173,32,41). Sum of RGB (Red+Green+Blue) = 173+32+41=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2029 is #52DFD6. Grayscale: #4B4B4B. Windows color (decimal): -5431255 or 2695341. OLE color: 2695341.

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

Color convert

RGB 173 32 41 -
CMYK 0 0.82 0.76 0.32
HSL 356.17º 0.69% 0.4% -
HSV(B) 356.17º 0.82% 0.68% -
XYZ 18.15 10.08 3.09 -
YUV 75.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 173 32 41 0 0.82 0.76 0.32 356.17 0.69 0.4
Hex AD 20 29 0 52 4C 20 164 45 28
Octal 255 40 51 0 122 114 40 544 105 50
Binary 10101101 100000 101001 0 1010010 1001100 100000 101100100 1000101 101000

Color Harmonies of #AD2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2029

Black with #AD2029

Text Example


Text Example

White with #AD2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2029; }

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

 H1.HeaderClassName
 {
   color: #AD2029;
 }
 .AnyTagClassName
 {
   color: #AD2029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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