Html Css Color HEX #AD3037 Guardsman Red

📋 copy color: '#AD3037'

red 173 ◦ green 48 ◦ blue 55

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

Shades of Guardsman Red #AD3037

Tints of Guardsman Red #AD3037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.39%

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

R = 62.68%
G = 17.39%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD3037 (or 0xAD3037) is known color: Guardsman Red. HEX triplet: AD, 30 and 37. RGB value is (173,48,55). Sum of RGB (Red+Green+Blue) = 173+48+55=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3037 is #52CFC8. Grayscale: #565656. Windows color (decimal): -5427145 or 3616941. OLE color: 3616941.

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

Color convert

RGB 173 48 55 -
CMYK 0 0.72 0.68 0.32
HSL 356.64º 0.57% 0.43% -
HSV(B) 356.64º 0.72% 0.68% -
XYZ 18.98 11.27 4.79 -
YUV 86.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 173 48 55 0 0.72 0.68 0.32 356.64 0.57 0.43
Hex AD 30 37 0 48 44 20 165 39 2B
Octal 255 60 67 0 110 104 40 545 71 53
Binary 10101101 110000 110111 0 1001000 1000100 100000 101100101 111001 101011

Color Harmonies of #AD3037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3037

Black with #AD3037

Text Example


Text Example

White with #AD3037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3037; }

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

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

background-color css

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

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

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

border-color css

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

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

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