Html Css Color HEX #AD353A Guardsman Red

📋 copy color: '#AD353A'

red 173 ◦ green 53 ◦ blue 58

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

Shades of Guardsman Red #AD353A

Tints of Guardsman Red #AD353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

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

R = 60.92%
G = 18.66%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD353A (or 0xAD353A) is known color: Guardsman Red. HEX triplet: AD, 35 and 3A. RGB value is (173,53,58). Sum of RGB (Red+Green+Blue) = 173+53+58=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD353A is #52CAC5. Grayscale: #595959. Windows color (decimal): -5425862 or 3814829. OLE color: 3814829.

HSL color Cylindrical-coordinate representation of color #AD353A: hue angle of 357.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD353A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 53 58 -
CMYK 0 0.69 0.66 0.32
HSL 357.5º 0.53% 0.44% -
HSV(B) 357.5º 0.69% 0.68% -
XYZ 19.27 11.74 5.25 -
YUV 89.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 173 53 58 0 0.69 0.66 0.32 357.5 0.53 0.44
Hex AD 35 3A 0 45 42 20 166 35 2C
Octal 255 65 72 0 105 102 40 546 65 54
Binary 10101101 110101 111010 0 1000101 1000010 100000 101100110 110101 101100

Color Harmonies of #AD353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD353A

Black with #AD353A

Text Example


Text Example

White with #AD353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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