Html Css Color HEX #AD222A Guardsman Red

📋 copy color: '#AD222A'

red 173 ◦ green 34 ◦ blue 42

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

Shades of Guardsman Red #AD222A

Tints of Guardsman Red #AD222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.65%

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 69.48%
G = 13.65%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD222A (or 0xAD222A) is known color: Guardsman Red. HEX triplet: AD, 22 and 2A. RGB value is (173,34,42). Sum of RGB (Red+Green+Blue) = 173+34+42=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD222A is #52DDD5. Grayscale: #4C4C4C. Windows color (decimal): -5430742 or 2761389. OLE color: 2761389.

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

Color convert

RGB 173 34 42 -
CMYK 0 0.80 0.76 0.32
HSL 356.55º 0.67% 0.41% -
HSV(B) 356.55º 0.8% 0.68% -
XYZ 18.22 10.2 3.2 -
YUV 76.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 173 34 42 0 0.80 0.76 0.32 356.55 0.67 0.41
Hex AD 22 2A 0 50 4C 20 165 43 29
Octal 255 42 52 0 120 114 40 545 103 51
Binary 10101101 100010 101010 0 1010000 1001100 100000 101100101 1000011 101001

Color Harmonies of #AD222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD222A

Black with #AD222A

Text Example


Text Example

White with #AD222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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