Html Css Color HEX #AD2026 Guardsman Red

📋 copy color: '#AD2026'

red 173 ◦ green 32 ◦ blue 38

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

Shades of Guardsman Red #AD2026

Tints of Guardsman Red #AD2026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 71.19%
G = 13.17%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD2026 (or 0xAD2026) is known color: Guardsman Red. HEX triplet: AD, 20 and 26. RGB value is (173,32,38). Sum of RGB (Red+Green+Blue) = 173+32+38=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2026 is #52DFD9. Grayscale: #4A4A4A. Windows color (decimal): -5431258 or 2498733. OLE color: 2498733.

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

Color convert

RGB 173 32 38 -
CMYK 0 0.82 0.78 0.32
HSL 357.45º 0.69% 0.4% -
HSV(B) 357.45º 0.82% 0.68% -
XYZ 18.1 10.06 2.82 -
YUV 74.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 173 32 38 0 0.82 0.78 0.32 357.45 0.69 0.4
Hex AD 20 26 0 52 4E 20 165 45 28
Octal 255 40 46 0 122 116 40 545 105 50
Binary 10101101 100000 100110 0 1010010 1001110 100000 101100101 1000101 101000

Color Harmonies of #AD2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2026

Black with #AD2026

Text Example


Text Example

White with #AD2026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2026; }

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

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

background-color css

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

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

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

border-color css

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

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

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