Html Css Color HEX #AD3336 Guardsman Red

📋 copy color: '#AD3336'

red 173 ◦ green 51 ◦ blue 54

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

Shades of Guardsman Red #AD3336

Tints of Guardsman Red #AD3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 62.23%
G = 18.35%
B = 19.42%

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

#AD3336 (or 0xAD3336) is known color: Guardsman Red. HEX triplet: AD, 33 and 36. RGB value is (173,51,54). Sum of RGB (Red+Green+Blue) = 173+51+54=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3336 is #52CCC9. Grayscale: #575757. Windows color (decimal): -5426378 or 3552173. OLE color: 3552173.

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

Color convert

RGB 173 51 54 -
CMYK 0 0.71 0.69 0.32
HSL 358.52º 0.54% 0.44% -
HSV(B) 358.52º 0.71% 0.68% -
XYZ 19.08 11.52 4.71 -
YUV 87.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 173 51 54 0 0.71 0.69 0.32 358.52 0.54 0.44
Hex AD 33 36 0 47 45 20 167 36 2C
Octal 255 63 66 0 107 105 40 547 66 54
Binary 10101101 110011 110110 0 1000111 1000101 100000 101100111 110110 101100

Color Harmonies of #AD3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3336

Black with #AD3336

Text Example


Text Example

White with #AD3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3336; }

 p { color: rgb(173,51,54); }

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

background-color css

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

 a { background-color: rgb(173,51,54); }

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

border-color css

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

 span { border-color: rgb(173,51,54); }

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