Html Css Color HEX #AD2028 Guardsman Red

📋 copy color: '#AD2028'

red 173 ◦ green 32 ◦ blue 40

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

Shades of Guardsman Red #AD2028

Tints of Guardsman Red #AD2028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 70.61%
G = 13.06%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2028 (or 0xAD2028) is known color: Guardsman Red. HEX triplet: AD, 20 and 28. RGB value is (173,32,40). Sum of RGB (Red+Green+Blue) = 173+32+40=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2028 is #52DFD7. Grayscale: #4B4B4B. Windows color (decimal): -5431256 or 2629805. OLE color: 2629805.

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

Color convert

RGB 173 32 40 -
CMYK 0 0.82 0.77 0.32
HSL 356.6º 0.69% 0.4% -
HSV(B) 356.6º 0.82% 0.68% -
XYZ 18.13 10.07 3 -
YUV 75.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 173 32 40 0 0.82 0.77 0.32 356.6 0.69 0.4
Hex AD 20 28 0 52 4D 20 165 45 28
Octal 255 40 50 0 122 115 40 545 105 50
Binary 10101101 100000 101000 0 1010010 1001101 100000 101100101 1000101 101000

Color Harmonies of #AD2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2028

Black with #AD2028

Text Example


Text Example

White with #AD2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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