Html Css Color HEX #AD2531 Guardsman Red

📋 copy color: '#AD2531'

red 173 ◦ green 37 ◦ blue 49

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

Shades of Guardsman Red #AD2531

Tints of Guardsman Red #AD2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 66.8%
G = 14.29%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD2531 (or 0xAD2531) is known color: Guardsman Red. HEX triplet: AD, 25 and 31. RGB value is (173,37,49). Sum of RGB (Red+Green+Blue) = 173+37+49=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2531 is #52DACE. Grayscale: #4F4F4F. Windows color (decimal): -5429967 or 3220909. OLE color: 3220909.

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

Color convert

RGB 173 37 49 -
CMYK 0 0.79 0.72 0.32
HSL 354.71º 0.65% 0.41% -
HSV(B) 354.71º 0.79% 0.68% -
XYZ 18.45 10.43 3.95 -
YUV 79.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 173 37 49 0 0.79 0.72 0.32 354.71 0.65 0.41
Hex AD 25 31 0 4F 48 20 163 41 29
Octal 255 45 61 0 117 110 40 543 101 51
Binary 10101101 100101 110001 0 1001111 1001000 100000 101100011 1000001 101001

Color Harmonies of #AD2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2531

Black with #AD2531

Text Example


Text Example

White with #AD2531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2531; }

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

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

background-color css

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

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

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

border-color css

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

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

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