Html Css Color HEX #AD343A Guardsman Red

📋 copy color: '#AD343A'

red 173 ◦ green 52 ◦ blue 58

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

Shades of Guardsman Red #AD343A

Tints of Guardsman Red #AD343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 61.13%
G = 18.37%
B = 20.49%

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

#AD343A (or 0xAD343A) is known color: Guardsman Red. HEX triplet: AD, 34 and 3A. RGB value is (173,52,58). Sum of RGB (Red+Green+Blue) = 173+52+58=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD343A is #52CBC5. Grayscale: #585858. Windows color (decimal): -5426118 or 3814573. OLE color: 3814573.

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

Color convert

RGB 173 52 58 -
CMYK 0 0.70 0.66 0.32
HSL 357.02º 0.54% 0.44% -
HSV(B) 357.02º 0.7% 0.68% -
XYZ 19.23 11.65 5.24 -
YUV 88.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 173 52 58 0 0.70 0.66 0.32 357.02 0.54 0.44
Hex AD 34 3A 0 46 42 20 165 36 2C
Octal 255 64 72 0 106 102 40 545 66 54
Binary 10101101 110100 111010 0 1000110 1000010 100000 101100101 110110 101100

Color Harmonies of #AD343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD343A

Black with #AD343A

Text Example


Text Example

White with #AD343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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