Html Css Color HEX #AD3235 Guardsman Red

📋 copy color: '#AD3235'

red 173 ◦ green 50 ◦ blue 53

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

Shades of Guardsman Red #AD3235

Tints of Guardsman Red #AD3235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 62.68%
G = 18.12%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD3235 (or 0xAD3235) is known color: Guardsman Red. HEX triplet: AD, 32 and 35. RGB value is (173,50,53). Sum of RGB (Red+Green+Blue) = 173+50+53=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3235 is #52CDCA. Grayscale: #575757. Windows color (decimal): -5426635 or 3486381. OLE color: 3486381.

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

Color convert

RGB 173 50 53 -
CMYK 0 0.71 0.69 0.32
HSL 358.54º 0.55% 0.44% -
HSV(B) 358.54º 0.71% 0.68% -
XYZ 19.02 11.42 4.57 -
YUV 87.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 173 50 53 0 0.71 0.69 0.32 358.54 0.55 0.44
Hex AD 32 35 0 47 45 20 167 37 2C
Octal 255 62 65 0 107 105 40 547 67 54
Binary 10101101 110010 110101 0 1000111 1000101 100000 101100111 110111 101100

Color Harmonies of #AD3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3235

Black with #AD3235

Text Example


Text Example

White with #AD3235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3235; }

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

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

background-color css

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

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

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

border-color css

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

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

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