Html Css Color HEX #AD3539 Guardsman Red

📋 copy color: '#AD3539'

red 173 ◦ green 53 ◦ blue 57

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

Shades of Guardsman Red #AD3539

Tints of Guardsman Red #AD3539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 61.13%
G = 18.73%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD3539 (or 0xAD3539) is known color: Guardsman Red. HEX triplet: AD, 35 and 39. RGB value is (173,53,57). Sum of RGB (Red+Green+Blue) = 173+53+57=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3539 is #52CAC6. Grayscale: #595959. Windows color (decimal): -5425863 or 3749293. OLE color: 3749293.

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

Color convert

RGB 173 53 57 -
CMYK 0 0.69 0.67 0.32
HSL 358º 0.53% 0.44% -
HSV(B) 358º 0.69% 0.68% -
XYZ 19.25 11.73 5.12 -
YUV 89.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 173 53 57 0 0.69 0.67 0.32 358 0.53 0.44
Hex AD 35 39 0 45 43 20 166 35 2C
Octal 255 65 71 0 105 103 40 546 65 54
Binary 10101101 110101 111001 0 1000101 1000011 100000 101100110 110101 101100

Color Harmonies of #AD3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3539

Black with #AD3539

Text Example


Text Example

White with #AD3539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3539; }

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

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

background-color css

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

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

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

border-color css

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

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

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