Html Css Color HEX #AD2324 Guardsman Red

📋 copy color: '#AD2324'

red 173 ◦ green 35 ◦ blue 36

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

Shades of Guardsman Red #AD2324

Tints of Guardsman Red #AD2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.34%

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

R = 70.9%
G = 14.34%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2324 (or 0xAD2324) is known color: Guardsman Red. HEX triplet: AD, 23 and 24. RGB value is (173,35,36). Sum of RGB (Red+Green+Blue) = 173+35+36=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2324 is #52DCDB. Grayscale: #4C4C4C. Windows color (decimal): -5430492 or 2368429. OLE color: 2368429.

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

Color convert

RGB 173 35 36 -
CMYK 0 0.80 0.79 0.32
HSL 359.57º 0.66% 0.41% -
HSV(B) 359.57º 0.8% 0.68% -
XYZ 18.15 10.21 2.68 -
YUV 76.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 173 35 36 0 0.80 0.79 0.32 359.57 0.66 0.41
Hex AD 23 24 0 50 4F 20 168 42 29
Octal 255 43 44 0 120 117 40 550 102 51
Binary 10101101 100011 100100 0 1010000 1001111 100000 101101000 1000010 101001

Color Harmonies of #AD2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2324

Black with #AD2324

Text Example


Text Example

White with #AD2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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