Html Css Color HEX #AD2937 Guardsman Red

📋 copy color: '#AD2937'

red 173 ◦ green 41 ◦ blue 55

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

Shades of Guardsman Red #AD2937

Tints of Guardsman Red #AD2937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 64.31%
G = 15.24%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD2937 (or 0xAD2937) is known color: Guardsman Red. HEX triplet: AD, 29 and 37. RGB value is (173,41,55). Sum of RGB (Red+Green+Blue) = 173+41+55=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2937 is #52D6C8. Grayscale: #525252. Windows color (decimal): -5428937 or 3615149. OLE color: 3615149.

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

Color convert

RGB 173 41 55 -
CMYK 0 0.76 0.68 0.32
HSL 353.64º 0.62% 0.42% -
HSV(B) 353.64º 0.76% 0.68% -
XYZ 18.72 10.75 4.7 -
YUV 82.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 173 41 55 0 0.76 0.68 0.32 353.64 0.62 0.42
Hex AD 29 37 0 4C 44 20 162 3E 2A
Octal 255 51 67 0 114 104 40 542 76 52
Binary 10101101 101001 110111 0 1001100 1000100 100000 101100010 111110 101010

Color Harmonies of #AD2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2937

Black with #AD2937

Text Example


Text Example

White with #AD2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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