Html Css Color HEX #AD3036 Guardsman Red

📋 copy color: '#AD3036'

red 173 ◦ green 48 ◦ blue 54

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

Shades of Guardsman Red #AD3036

Tints of Guardsman Red #AD3036

RGB

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

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

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

R = 62.91%
G = 17.45%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD3036 (or 0xAD3036) is known color: Guardsman Red. HEX triplet: AD, 30 and 36. RGB value is (173,48,54). Sum of RGB (Red+Green+Blue) = 173+48+54=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3036 is #52CFC9. Grayscale: #565656. Windows color (decimal): -5427146 or 3551405. OLE color: 3551405.

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

Color convert

RGB 173 48 54 -
CMYK 0 0.72 0.69 0.32
HSL 357.12º 0.57% 0.43% -
HSV(B) 357.12º 0.72% 0.68% -
XYZ 18.96 11.26 4.67 -
YUV 86.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 173 48 54 0 0.72 0.69 0.32 357.12 0.57 0.43
Hex AD 30 36 0 48 45 20 165 39 2B
Octal 255 60 66 0 110 105 40 545 71 53
Binary 10101101 110000 110110 0 1001000 1000101 100000 101100101 111001 101011

Color Harmonies of #AD3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3036

Black with #AD3036

Text Example


Text Example

White with #AD3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3036; }

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

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

background-color css

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

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

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

border-color css

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

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

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