Html Css Color HEX #AD222C Guardsman Red

📋 copy color: '#AD222C'

red 173 ◦ green 34 ◦ blue 44

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

Shades of Guardsman Red #AD222C

Tints of Guardsman Red #AD222C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.53%

R = 68.92%
G = 13.55%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD222C (or 0xAD222C) is known color: Guardsman Red. HEX triplet: AD, 22 and 2C. RGB value is (173,34,44). Sum of RGB (Red+Green+Blue) = 173+34+44=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD222C is #52DDD3. Grayscale: #4C4C4C. Windows color (decimal): -5430740 or 2892461. OLE color: 2892461.

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

Color convert

RGB 173 34 44 -
CMYK 0 0.80 0.75 0.32
HSL 355.68º 0.67% 0.41% -
HSV(B) 355.68º 0.8% 0.68% -
XYZ 18.26 10.21 3.39 -
YUV 76.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 173 34 44 0 0.80 0.75 0.32 355.68 0.67 0.41
Hex AD 22 2C 0 50 4B 20 164 43 29
Octal 255 42 54 0 120 113 40 544 103 51
Binary 10101101 100010 101100 0 1010000 1001011 100000 101100100 1000011 101001

Color Harmonies of #AD222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD222C

Black with #AD222C

Text Example


Text Example

White with #AD222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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