Html Css Color HEX #AD1D24 Guardsman Red

📋 copy color: '#AD1D24'

red 173 ◦ green 29 ◦ blue 36

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

Shades of Guardsman Red #AD1D24

Tints of Guardsman Red #AD1D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 36 (14.45% from 255) = 15.13%

R = 72.69%
G = 12.18%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD1D24 (or 0xAD1D24) is known color: Guardsman Red. HEX triplet: AD, 1D and 24. RGB value is (173,29,36). Sum of RGB (Red+Green+Blue) = 173+29+36=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D24 is #52E2DB. Grayscale: #484848. Windows color (decimal): -5432028 or 2366893. OLE color: 2366893.

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

Color convert

RGB 173 29 36 -
CMYK 0 0.83 0.79 0.32
HSL 357.08º 0.71% 0.4% -
HSV(B) 357.08º 0.83% 0.68% -
XYZ 17.99 9.89 2.63 -
YUV 72.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 173 29 36 0 0.83 0.79 0.32 357.08 0.71 0.4
Hex AD 1D 24 0 53 4F 20 165 47 28
Octal 255 35 44 0 123 117 40 545 107 50
Binary 10101101 11101 100100 0 1010011 1001111 100000 101100101 1000111 101000

Color Harmonies of #AD1D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D24

Black with #AD1D24

Text Example


Text Example

White with #AD1D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D24; }

 p { color: rgb(173,29,36); }

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

background-color css

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

 a { background-color: rgb(173,29,36); }

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

border-color css

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

 span { border-color: rgb(173,29,36); }

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