Html Css Color HEX #AD2027 Guardsman Red

📋 copy color: '#AD2027'

red 173 ◦ green 32 ◦ blue 39

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

Shades of Guardsman Red #AD2027

Tints of Guardsman Red #AD2027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

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

R = 70.9%
G = 13.11%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2027 (or 0xAD2027) is known color: Guardsman Red. HEX triplet: AD, 20 and 27. RGB value is (173,32,39). Sum of RGB (Red+Green+Blue) = 173+32+39=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2027 is #52DFD8. Grayscale: #4B4B4B. Windows color (decimal): -5431257 or 2564269. OLE color: 2564269.

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

Color convert

RGB 173 32 39 -
CMYK 0 0.82 0.77 0.32
HSL 357.02º 0.69% 0.4% -
HSV(B) 357.02º 0.82% 0.68% -
XYZ 18.12 10.06 2.91 -
YUV 74.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 173 32 39 0 0.82 0.77 0.32 357.02 0.69 0.4
Hex AD 20 27 0 52 4D 20 165 45 28
Octal 255 40 47 0 122 115 40 545 105 50
Binary 10101101 100000 100111 0 1010010 1001101 100000 101100101 1000101 101000

Color Harmonies of #AD2027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2027

Black with #AD2027

Text Example


Text Example

White with #AD2027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2027; }

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

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

background-color css

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

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

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

border-color css

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

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

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