Html Css Color HEX #AD2425 Guardsman Red

📋 copy color: '#AD2425'

red 173 ◦ green 36 ◦ blue 37

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

Shades of Guardsman Red #AD2425

Tints of Guardsman Red #AD2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 70.33%
G = 14.63%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2425 (or 0xAD2425) is known color: Guardsman Red. HEX triplet: AD, 24 and 25. RGB value is (173,36,37). Sum of RGB (Red+Green+Blue) = 173+36+37=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2425 is #52DBDA. Grayscale: #4D4D4D. Windows color (decimal): -5430235 or 2434221. OLE color: 2434221.

HSL color Cylindrical-coordinate representation of color #AD2425: hue angle of 359.56º degrees, saturation: 0.66, 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 #AD2425 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 37 -
CMYK 0 0.79 0.79 0.32
HSL 359.56º 0.66% 0.41% -
HSV(B) 359.56º 0.79% 0.68% -
XYZ 18.2 10.28 2.78 -
YUV 77.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 173 36 37 0 0.79 0.79 0.32 359.56 0.66 0.41
Hex AD 24 25 0 4F 4F 20 168 42 29
Octal 255 44 45 0 117 117 40 550 102 51
Binary 10101101 100100 100101 0 1001111 1001111 100000 101101000 1000010 101001

Color Harmonies of #AD2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2425

Black with #AD2425

Text Example


Text Example

White with #AD2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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