Html Css Color HEX #AD373C Guardsman Red

📋 copy color: '#AD373C'

red 173 ◦ green 55 ◦ blue 60

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

Shades of Guardsman Red #AD373C

Tints of Guardsman Red #AD373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 60.07%
G = 19.1%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD373C (or 0xAD373C) is known color: Guardsman Red. HEX triplet: AD, 37 and 3C. RGB value is (173,55,60). Sum of RGB (Red+Green+Blue) = 173+55+60=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD373C is #52C8C3. Grayscale: #5A5A5A. Windows color (decimal): -5425348 or 3946413. OLE color: 3946413.

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

Color convert

RGB 173 55 60 -
CMYK 0 0.68 0.65 0.32
HSL 357.46º 0.52% 0.45% -
HSV(B) 357.46º 0.68% 0.68% -
XYZ 19.42 11.94 5.56 -
YUV 90.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 173 55 60 0 0.68 0.65 0.32 357.46 0.52 0.45
Hex AD 37 3C 0 44 41 20 165 34 2D
Octal 255 67 74 0 104 101 40 545 64 55
Binary 10101101 110111 111100 0 1000100 1000001 100000 101100101 110100 101101

Color Harmonies of #AD373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD373C

Black with #AD373C

Text Example


Text Example

White with #AD373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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