Html Css Color HEX #AD343B Guardsman Red

📋 copy color: '#AD343B'

red 173 ◦ green 52 ◦ blue 59

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

Shades of Guardsman Red #AD343B

Tints of Guardsman Red #AD343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 60.92%
G = 18.31%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD343B (or 0xAD343B) is known color: Guardsman Red. HEX triplet: AD, 34 and 3B. RGB value is (173,52,59). Sum of RGB (Red+Green+Blue) = 173+52+59=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD343B is #52CBC4. Grayscale: #595959. Windows color (decimal): -5426117 or 3880109. OLE color: 3880109.

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

Color convert

RGB 173 52 59 -
CMYK 0 0.70 0.66 0.32
HSL 356.53º 0.54% 0.44% -
HSV(B) 356.53º 0.7% 0.68% -
XYZ 19.25 11.66 5.37 -
YUV 88.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 173 52 59 0 0.70 0.66 0.32 356.53 0.54 0.44
Hex AD 34 3B 0 46 42 20 165 36 2C
Octal 255 64 73 0 106 102 40 545 66 54
Binary 10101101 110100 111011 0 1000110 1000010 100000 101100101 110110 101100

Color Harmonies of #AD343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD343B

Black with #AD343B

Text Example


Text Example

White with #AD343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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