Html Css Color HEX #AD2126 Guardsman Red

📋 copy color: '#AD2126'

red 173 ◦ green 33 ◦ blue 38

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

Shades of Guardsman Red #AD2126

Tints of Guardsman Red #AD2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

 BLUE value IS 38 (15.23% from 255) = 15.57%

R = 70.9%
G = 13.52%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD2126 (or 0xAD2126) is known color: Guardsman Red. HEX triplet: AD, 21 and 26. RGB value is (173,33,38). Sum of RGB (Red+Green+Blue) = 173+33+38=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2126 is #52DED9. Grayscale: #4B4B4B. Windows color (decimal): -5431002 or 2498989. OLE color: 2498989.

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

Color convert

RGB 173 33 38 -
CMYK 0 0.81 0.78 0.32
HSL 357.86º 0.68% 0.4% -
HSV(B) 357.86º 0.81% 0.68% -
XYZ 18.13 10.11 2.83 -
YUV 75.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 173 33 38 0 0.81 0.78 0.32 357.86 0.68 0.4
Hex AD 21 26 0 51 4E 20 166 44 28
Octal 255 41 46 0 121 116 40 546 104 50
Binary 10101101 100001 100110 0 1010001 1001110 100000 101100110 1000100 101000

Color Harmonies of #AD2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2126

Black with #AD2126

Text Example


Text Example

White with #AD2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2126; }

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

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

background-color css

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

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

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

border-color css

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

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

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