Html Css Color HEX #AD2729 Guardsman Red

📋 copy color: '#AD2729'

red 173 ◦ green 39 ◦ blue 41

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

Shades of Guardsman Red #AD2729

Tints of Guardsman Red #AD2729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 68.38%
G = 15.42%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD2729 (or 0xAD2729) is known color: Guardsman Red. HEX triplet: AD, 27 and 29. RGB value is (173,39,41). Sum of RGB (Red+Green+Blue) = 173+39+41=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2729 is #52D8D6. Grayscale: #4F4F4F. Windows color (decimal): -5429463 or 2697133. OLE color: 2697133.

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

Color convert

RGB 173 39 41 -
CMYK 0 0.77 0.76 0.32
HSL 359.1º 0.63% 0.42% -
HSV(B) 359.1º 0.77% 0.68% -
XYZ 18.36 10.5 3.16 -
YUV 79.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 173 39 41 0 0.77 0.76 0.32 359.1 0.63 0.42
Hex AD 27 29 0 4D 4C 20 167 3F 2A
Octal 255 47 51 0 115 114 40 547 77 52
Binary 10101101 100111 101001 0 1001101 1001100 100000 101100111 111111 101010

Color Harmonies of #AD2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2729

Black with #AD2729

Text Example


Text Example

White with #AD2729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2729; }

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

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

background-color css

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

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

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

border-color css

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

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

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