Html Css Color HEX #AD2F35 Guardsman Red

📋 copy color: '#AD2F35'

red 173 ◦ green 47 ◦ blue 53

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

Shades of Guardsman Red #AD2F35

Tints of Guardsman Red #AD2F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

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

R = 63.37%
G = 17.22%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD2F35 (or 0xAD2F35) is known color: Guardsman Red. HEX triplet: AD, 2F and 35. RGB value is (173,47,53). Sum of RGB (Red+Green+Blue) = 173+47+53=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F35 is #52D0CA. Grayscale: #555555. Windows color (decimal): -5427403 or 3485613. OLE color: 3485613.

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

Color convert

RGB 173 47 53 -
CMYK 0 0.73 0.69 0.32
HSL 357.14º 0.57% 0.43% -
HSV(B) 357.14º 0.73% 0.68% -
XYZ 18.89 11.17 4.53 -
YUV 85.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 173 47 53 0 0.73 0.69 0.32 357.14 0.57 0.43
Hex AD 2F 35 0 49 45 20 165 39 2B
Octal 255 57 65 0 111 105 40 545 71 53
Binary 10101101 101111 110101 0 1001001 1000101 100000 101100101 111001 101011

Color Harmonies of #AD2F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F35

Black with #AD2F35

Text Example


Text Example

White with #AD2F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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