Html Css Color HEX #AD3034 Guardsman Red

📋 copy color: '#AD3034'

red 173 ◦ green 48 ◦ blue 52

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

Shades of Guardsman Red #AD3034

Tints of Guardsman Red #AD3034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 63.37%
G = 17.58%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD3034 (or 0xAD3034) is known color: Guardsman Red. HEX triplet: AD, 30 and 34. RGB value is (173,48,52). Sum of RGB (Red+Green+Blue) = 173+48+52=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3034 is #52CFCB. Grayscale: #555555. Windows color (decimal): -5427148 or 3420333. OLE color: 3420333.

HSL color Cylindrical-coordinate representation of color #AD3034: hue angle of 358.08º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3034 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 52 -
CMYK 0 0.72 0.70 0.32
HSL 358.08º 0.57% 0.43% -
HSV(B) 358.08º 0.72% 0.68% -
XYZ 18.91 11.25 4.42 -
YUV 85.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 173 48 52 0 0.72 0.70 0.32 358.08 0.57 0.43
Hex AD 30 34 0 48 46 20 166 39 2B
Octal 255 60 64 0 110 106 40 546 71 53
Binary 10101101 110000 110100 0 1001000 1000110 100000 101100110 111001 101011

Color Harmonies of #AD3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3034

Black with #AD3034

Text Example


Text Example

White with #AD3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3034; }

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

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

background-color css

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

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

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

border-color css

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

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

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