Html Css Color HEX #AD3334 Guardsman Red

📋 copy color: '#AD3334'

red 173 ◦ green 51 ◦ blue 52

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

Shades of Guardsman Red #AD3334

Tints of Guardsman Red #AD3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 62.68%
G = 18.48%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD3334 (or 0xAD3334) is known color: Guardsman Red. HEX triplet: AD, 33 and 34. RGB value is (173,51,52). Sum of RGB (Red+Green+Blue) = 173+51+52=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3334 is #52CCCB. Grayscale: #575757. Windows color (decimal): -5426380 or 3421101. OLE color: 3421101.

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

Color convert

RGB 173 51 52 -
CMYK 0 0.71 0.70 0.32
HSL 359.51º 0.54% 0.44% -
HSV(B) 359.51º 0.71% 0.68% -
XYZ 19.04 11.5 4.47 -
YUV 87.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 173 51 52 0 0.71 0.70 0.32 359.51 0.54 0.44
Hex AD 33 34 0 47 46 20 168 36 2C
Octal 255 63 64 0 107 106 40 550 66 54
Binary 10101101 110011 110100 0 1000111 1000110 100000 101101000 110110 101100

Color Harmonies of #AD3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3334

Black with #AD3334

Text Example


Text Example

White with #AD3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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