Html Css Color HEX #AD2021 Guardsman Red

📋 copy color: '#AD2021'

red 173 ◦ green 32 ◦ blue 33

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

Shades of Guardsman Red #AD2021

Tints of Guardsman Red #AD2021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.87%

R = 72.69%
G = 13.45%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD2021 (or 0xAD2021) is known color: Guardsman Red. HEX triplet: AD, 20 and 21. RGB value is (173,32,33). Sum of RGB (Red+Green+Blue) = 173+32+33=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2021 is #52DFDE. Grayscale: #4A4A4A. Windows color (decimal): -5431263 or 2171053. OLE color: 2171053.

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

Color convert

RGB 173 32 33 -
CMYK 0 0.82 0.81 0.32
HSL 359.57º 0.69% 0.4% -
HSV(B) 359.57º 0.82% 0.68% -
XYZ 18.02 10.03 2.42 -
YUV 74.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 173 32 33 0 0.82 0.81 0.32 359.57 0.69 0.4
Hex AD 20 21 0 52 51 20 168 45 28
Octal 255 40 41 0 122 121 40 550 105 50
Binary 10101101 100000 100001 0 1010010 1010001 100000 101101000 1000101 101000

Color Harmonies of #AD2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2021

Black with #AD2021

Text Example


Text Example

White with #AD2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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