Html Css Color HEX #AD2022 Guardsman Red

📋 copy color: '#AD2022'

red 173 ◦ green 32 ◦ blue 34

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

Shades of Guardsman Red #AD2022

Tints of Guardsman Red #AD2022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.23%

R = 72.38%
G = 13.39%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD2022 (or 0xAD2022) is known color: Guardsman Red. HEX triplet: AD, 20 and 22. RGB value is (173,32,34). Sum of RGB (Red+Green+Blue) = 173+32+34=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2022 is #52DFDD. Grayscale: #4A4A4A. Windows color (decimal): -5431262 or 2236589. OLE color: 2236589.

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

Color convert

RGB 173 32 34 -
CMYK 0 0.82 0.80 0.32
HSL 359.15º 0.69% 0.4% -
HSV(B) 359.15º 0.82% 0.68% -
XYZ 18.04 10.03 2.5 -
YUV 74.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 173 32 34 0 0.82 0.80 0.32 359.15 0.69 0.4
Hex AD 20 22 0 52 50 20 167 45 28
Octal 255 40 42 0 122 120 40 547 105 50
Binary 10101101 100000 100010 0 1010010 1010000 100000 101100111 1000101 101000

Color Harmonies of #AD2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2022

Black with #AD2022

Text Example


Text Example

White with #AD2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2022; }

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

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

background-color css

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

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

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

border-color css

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

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

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