Html Css Color HEX #AD2932 Guardsman Red

📋 copy color: '#AD2932'

red 173 ◦ green 41 ◦ blue 50

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

Shades of Guardsman Red #AD2932

Tints of Guardsman Red #AD2932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 65.53%
G = 15.53%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD2932 (or 0xAD2932) is known color: Guardsman Red. HEX triplet: AD, 29 and 32. RGB value is (173,41,50). Sum of RGB (Red+Green+Blue) = 173+41+50=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2932 is #52D6CD. Grayscale: #515151. Windows color (decimal): -5428942 or 3287469. OLE color: 3287469.

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

Color convert

RGB 173 41 50 -
CMYK 0 0.76 0.71 0.32
HSL 355.91º 0.62% 0.42% -
HSV(B) 355.91º 0.76% 0.68% -
XYZ 18.6 10.7 4.1 -
YUV 81.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 173 41 50 0 0.76 0.71 0.32 355.91 0.62 0.42
Hex AD 29 32 0 4C 47 20 164 3E 2A
Octal 255 51 62 0 114 107 40 544 76 52
Binary 10101101 101001 110010 0 1001100 1000111 100000 101100100 111110 101010

Color Harmonies of #AD2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2932

Black with #AD2932

Text Example


Text Example

White with #AD2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2932; }

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

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

background-color css

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

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

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

border-color css

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

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

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