Html Css Color HEX #AD2631 Guardsman Red

📋 copy color: '#AD2631'

red 173 ◦ green 38 ◦ blue 49

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

Shades of Guardsman Red #AD2631

Tints of Guardsman Red #AD2631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

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

R = 66.54%
G = 14.62%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD2631 (or 0xAD2631) is known color: Guardsman Red. HEX triplet: AD, 26 and 31. RGB value is (173,38,49). Sum of RGB (Red+Green+Blue) = 173+38+49=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2631 is #52D9CE. Grayscale: #4F4F4F. Windows color (decimal): -5429711 or 3221165. OLE color: 3221165.

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

Color convert

RGB 173 38 49 -
CMYK 0 0.78 0.72 0.32
HSL 355.11º 0.64% 0.41% -
HSV(B) 355.11º 0.78% 0.68% -
XYZ 18.48 10.49 3.96 -
YUV 79.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 173 38 49 0 0.78 0.72 0.32 355.11 0.64 0.41
Hex AD 26 31 0 4E 48 20 163 40 29
Octal 255 46 61 0 116 110 40 543 100 51
Binary 10101101 100110 110001 0 1001110 1001000 100000 101100011 1000000 101001

Color Harmonies of #AD2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2631

Black with #AD2631

Text Example


Text Example

White with #AD2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2631; }

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

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

background-color css

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

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

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

border-color css

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

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

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