Html Css Color HEX #AD313B Guardsman Red

📋 copy color: '#AD313B'

red 173 ◦ green 49 ◦ blue 59

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

Shades of Guardsman Red #AD313B

Tints of Guardsman Red #AD313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 61.57%
G = 17.44%
B = 21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD313B (or 0xAD313B) is known color: Guardsman Red. HEX triplet: AD, 31 and 3B. RGB value is (173,49,59). Sum of RGB (Red+Green+Blue) = 173+49+59=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD313B is #52CEC4. Grayscale: #575757. Windows color (decimal): -5426885 or 3879341. OLE color: 3879341.

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

Color convert

RGB 173 49 59 -
CMYK 0 0.72 0.66 0.32
HSL 355.16º 0.56% 0.44% -
HSV(B) 355.16º 0.72% 0.68% -
XYZ 19.12 11.4 5.33 -
YUV 87.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 173 49 59 0 0.72 0.66 0.32 355.16 0.56 0.44
Hex AD 31 3B 0 48 42 20 163 38 2C
Octal 255 61 73 0 110 102 40 543 70 54
Binary 10101101 110001 111011 0 1001000 1000010 100000 101100011 111000 101100

Color Harmonies of #AD313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD313B

Black with #AD313B

Text Example


Text Example

White with #AD313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD313B; }

 p { color: rgb(173,49,59); }

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

background-color css

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

 a { background-color: rgb(173,49,59); }

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

border-color css

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

 span { border-color: rgb(173,49,59); }

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