Html Css Color HEX #AD2226 Guardsman Red

📋 copy color: '#AD2226'

red 173 ◦ green 34 ◦ blue 38

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

Shades of Guardsman Red #AD2226

Tints of Guardsman Red #AD2226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 70.61%
G = 13.88%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD2226 (or 0xAD2226) is known color: Guardsman Red. HEX triplet: AD, 22 and 26. RGB value is (173,34,38). Sum of RGB (Red+Green+Blue) = 173+34+38=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2226 is #52DDD9. Grayscale: #4C4C4C. Windows color (decimal): -5430746 or 2499245. OLE color: 2499245.

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

Color convert

RGB 173 34 38 -
CMYK 0 0.80 0.78 0.32
HSL 358.27º 0.67% 0.41% -
HSV(B) 358.27º 0.8% 0.68% -
XYZ 18.16 10.17 2.84 -
YUV 76.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 173 34 38 0 0.80 0.78 0.32 358.27 0.67 0.41
Hex AD 22 26 0 50 4E 20 166 43 29
Octal 255 42 46 0 120 116 40 546 103 51
Binary 10101101 100010 100110 0 1010000 1001110 100000 101100110 1000011 101001

Color Harmonies of #AD2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2226

Black with #AD2226

Text Example


Text Example

White with #AD2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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