Html Css Color HEX #AD3132 Guardsman Red

📋 copy color: '#AD3132'

red 173 ◦ green 49 ◦ blue 50

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

Shades of Guardsman Red #AD3132

Tints of Guardsman Red #AD3132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 63.6%
G = 18.01%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD3132 (or 0xAD3132) is known color: Guardsman Red. HEX triplet: AD, 31 and 32. RGB value is (173,49,50). Sum of RGB (Red+Green+Blue) = 173+49+50=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3132 is #52CECD. Grayscale: #565656. Windows color (decimal): -5426894 or 3289517. OLE color: 3289517.

HSL color Cylindrical-coordinate representation of color #AD3132: hue angle of 359.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3132 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 50 -
CMYK 0 0.72 0.71 0.32
HSL 359.52º 0.56% 0.44% -
HSV(B) 359.52º 0.72% 0.68% -
XYZ 18.91 11.31 4.2 -
YUV 86.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 173 49 50 0 0.72 0.71 0.32 359.52 0.56 0.44
Hex AD 31 32 0 48 47 20 168 38 2C
Octal 255 61 62 0 110 107 40 550 70 54
Binary 10101101 110001 110010 0 1001000 1000111 100000 101101000 111000 101100

Color Harmonies of #AD3132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3132

Black with #AD3132

Text Example


Text Example

White with #AD3132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3132; }

 p { color: rgb(173,49,50); }

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

background-color css

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

 a { background-color: rgb(173,49,50); }

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

border-color css

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

 span { border-color: rgb(173,49,50); }

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