Html Css Color HEX #AD393C Guardsman Red

📋 copy color: '#AD393C'

red 173 ◦ green 57 ◦ blue 60

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

Shades of Guardsman Red #AD393C

Tints of Guardsman Red #AD393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.66%

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

R = 59.66%
G = 19.66%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD393C (or 0xAD393C) is known color: Guardsman Red. HEX triplet: AD, 39 and 3C. RGB value is (173,57,60). Sum of RGB (Red+Green+Blue) = 173+57+60=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD393C is #52C6C3. Grayscale: #5C5C5C. Windows color (decimal): -5424836 or 3946925. OLE color: 3946925.

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

Color convert

RGB 173 57 60 -
CMYK 0 0.67 0.65 0.32
HSL 358.45º 0.5% 0.45% -
HSV(B) 358.45º 0.67% 0.68% -
XYZ 19.51 12.14 5.59 -
YUV 92.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 173 57 60 0 0.67 0.65 0.32 358.45 0.5 0.45
Hex AD 39 3C 0 43 41 20 166 32 2D
Octal 255 71 74 0 103 101 40 546 62 55
Binary 10101101 111001 111100 0 1000011 1000001 100000 101100110 110010 101101

Color Harmonies of #AD393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD393C

Black with #AD393C

Text Example


Text Example

White with #AD393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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