Html Css Color HEX #AD2829 Guardsman Red

📋 copy color: '#AD2829'

red 173 ◦ green 40 ◦ blue 41

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

Shades of Guardsman Red #AD2829

Tints of Guardsman Red #AD2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

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

R = 68.11%
G = 15.75%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD2829 (or 0xAD2829) is known color: Guardsman Red. HEX triplet: AD, 28 and 29. RGB value is (173,40,41). Sum of RGB (Red+Green+Blue) = 173+40+41=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2829 is #52D7D6. Grayscale: #505050. Windows color (decimal): -5429207 or 2697389. OLE color: 2697389.

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

Color convert

RGB 173 40 41 -
CMYK 0 0.77 0.76 0.32
HSL 359.55º 0.62% 0.42% -
HSV(B) 359.55º 0.77% 0.68% -
XYZ 18.39 10.56 3.17 -
YUV 79.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 173 40 41 0 0.77 0.76 0.32 359.55 0.62 0.42
Hex AD 28 29 0 4D 4C 20 168 3E 2A
Octal 255 50 51 0 115 114 40 550 76 52
Binary 10101101 101000 101001 0 1001101 1001100 100000 101101000 111110 101010

Color Harmonies of #AD2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2829

Black with #AD2829

Text Example


Text Example

White with #AD2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2829; }

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

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

background-color css

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

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

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

border-color css

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

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

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