Html Css Color HEX #AD343C Guardsman Red

📋 copy color: '#AD343C'

red 173 ◦ green 52 ◦ blue 60

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

Shades of Guardsman Red #AD343C

Tints of Guardsman Red #AD343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

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

R = 60.7%
G = 18.25%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD343C (or 0xAD343C) is known color: Guardsman Red. HEX triplet: AD, 34 and 3C. RGB value is (173,52,60). Sum of RGB (Red+Green+Blue) = 173+52+60=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD343C is #52CBC3. Grayscale: #595959. Windows color (decimal): -5426116 or 3945645. OLE color: 3945645.

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

Color convert

RGB 173 52 60 -
CMYK 0 0.70 0.65 0.32
HSL 356.03º 0.54% 0.44% -
HSV(B) 356.03º 0.7% 0.68% -
XYZ 19.28 11.67 5.51 -
YUV 89.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 173 52 60 0 0.70 0.65 0.32 356.03 0.54 0.44
Hex AD 34 3C 0 46 41 20 164 36 2C
Octal 255 64 74 0 106 101 40 544 66 54
Binary 10101101 110100 111100 0 1000110 1000001 100000 101100100 110110 101100

Color Harmonies of #AD343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD343C

Black with #AD343C

Text Example


Text Example

White with #AD343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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