Html Css Color HEX #AD2122 Guardsman Red

📋 copy color: '#AD2122'

red 173 ◦ green 33 ◦ blue 34

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

Shades of Guardsman Red #AD2122

Tints of Guardsman Red #AD2122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 72.08%
G = 13.75%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD2122 (or 0xAD2122) is known color: Guardsman Red. HEX triplet: AD, 21 and 22. RGB value is (173,33,34). Sum of RGB (Red+Green+Blue) = 173+33+34=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2122 is #52DEDD. Grayscale: #4B4B4B. Windows color (decimal): -5431006 or 2236845. OLE color: 2236845.

HSL color Cylindrical-coordinate representation of color #AD2122: hue angle of 359.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2122 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 34 -
CMYK 0 0.81 0.80 0.32
HSL 359.57º 0.68% 0.4% -
HSV(B) 359.57º 0.81% 0.68% -
XYZ 18.07 10.09 2.51 -
YUV 74.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 173 33 34 0 0.81 0.80 0.32 359.57 0.68 0.4
Hex AD 21 22 0 51 50 20 168 44 28
Octal 255 41 42 0 121 120 40 550 104 50
Binary 10101101 100001 100010 0 1010001 1010000 100000 101101000 1000100 101000

Color Harmonies of #AD2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2122

Black with #AD2122

Text Example


Text Example

White with #AD2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2122; }

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

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

background-color css

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

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

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

border-color css

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

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

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