Html Css Color HEX #AD2025 Guardsman Red

📋 copy color: '#AD2025'

red 173 ◦ green 32 ◦ blue 37

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

Shades of Guardsman Red #AD2025

Tints of Guardsman Red #AD2025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

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

R = 71.49%
G = 13.22%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2025 (or 0xAD2025) is known color: Guardsman Red. HEX triplet: AD, 20 and 25. RGB value is (173,32,37). Sum of RGB (Red+Green+Blue) = 173+32+37=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2025 is #52DFDA. Grayscale: #4A4A4A. Windows color (decimal): -5431259 or 2433197. OLE color: 2433197.

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

Color convert

RGB 173 32 37 -
CMYK 0 0.82 0.79 0.32
HSL 357.87º 0.69% 0.4% -
HSV(B) 357.87º 0.82% 0.68% -
XYZ 18.08 10.05 2.74 -
YUV 74.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 173 32 37 0 0.82 0.79 0.32 357.87 0.69 0.4
Hex AD 20 25 0 52 4F 20 166 45 28
Octal 255 40 45 0 122 117 40 546 105 50
Binary 10101101 100000 100101 0 1010010 1001111 100000 101100110 1000101 101000

Color Harmonies of #AD2025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2025

Black with #AD2025

Text Example


Text Example

White with #AD2025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2025; }

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

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

background-color css

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

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

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

border-color css

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

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

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