Html Css Color HEX #AD2227 Guardsman Red

📋 copy color: '#AD2227'

red 173 ◦ green 34 ◦ blue 39

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

Shades of Guardsman Red #AD2227

Tints of Guardsman Red #AD2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 70.33%
G = 13.82%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2227 (or 0xAD2227) is known color: Guardsman Red. HEX triplet: AD, 22 and 27. RGB value is (173,34,39). Sum of RGB (Red+Green+Blue) = 173+34+39=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2227 is #52DDD8. Grayscale: #4C4C4C. Windows color (decimal): -5430745 or 2564781. OLE color: 2564781.

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

Color convert

RGB 173 34 39 -
CMYK 0 0.80 0.77 0.32
HSL 357.84º 0.67% 0.41% -
HSV(B) 357.84º 0.8% 0.68% -
XYZ 18.17 10.17 2.93 -
YUV 76.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 173 34 39 0 0.80 0.77 0.32 357.84 0.67 0.41
Hex AD 22 27 0 50 4D 20 166 43 29
Octal 255 42 47 0 120 115 40 546 103 51
Binary 10101101 100010 100111 0 1010000 1001101 100000 101100110 1000011 101001

Color Harmonies of #AD2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2227

Black with #AD2227

Text Example


Text Example

White with #AD2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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