Html Css Color HEX #AD2732 Guardsman Red

📋 copy color: '#AD2732'

red 173 ◦ green 39 ◦ blue 50

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

Shades of Guardsman Red #AD2732

Tints of Guardsman Red #AD2732

RGB

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

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

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

R = 66.03%
G = 14.89%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD2732 (or 0xAD2732) is known color: Guardsman Red. HEX triplet: AD, 27 and 32. RGB value is (173,39,50). Sum of RGB (Red+Green+Blue) = 173+39+50=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2732 is #52D8CD. Grayscale: #505050. Windows color (decimal): -5429454 or 3286957. OLE color: 3286957.

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

Color convert

RGB 173 39 50 -
CMYK 0 0.77 0.71 0.32
HSL 355.07º 0.63% 0.42% -
HSV(B) 355.07º 0.77% 0.68% -
XYZ 18.53 10.57 4.08 -
YUV 80.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 173 39 50 0 0.77 0.71 0.32 355.07 0.63 0.42
Hex AD 27 32 0 4D 47 20 163 3F 2A
Octal 255 47 62 0 115 107 40 543 77 52
Binary 10101101 100111 110010 0 1001101 1000111 100000 101100011 111111 101010

Color Harmonies of #AD2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2732

Black with #AD2732

Text Example


Text Example

White with #AD2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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