Html Css Color HEX #AD2528 Guardsman Red

📋 copy color: '#AD2528'

red 173 ◦ green 37 ◦ blue 40

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

Shades of Guardsman Red #AD2528

Tints of Guardsman Red #AD2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 69.2%
G = 14.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2528 (or 0xAD2528) is known color: Guardsman Red. HEX triplet: AD, 25 and 28. RGB value is (173,37,40). Sum of RGB (Red+Green+Blue) = 173+37+40=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2528 is #52DAD7. Grayscale: #4E4E4E. Windows color (decimal): -5429976 or 2631085. OLE color: 2631085.

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

Color convert

RGB 173 37 40 -
CMYK 0 0.79 0.77 0.32
HSL 358.68º 0.65% 0.41% -
HSV(B) 358.68º 0.79% 0.68% -
XYZ 18.28 10.36 3.04 -
YUV 78.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 173 37 40 0 0.79 0.77 0.32 358.68 0.65 0.41
Hex AD 25 28 0 4F 4D 20 167 41 29
Octal 255 45 50 0 117 115 40 547 101 51
Binary 10101101 100101 101000 0 1001111 1001101 100000 101100111 1000001 101001

Color Harmonies of #AD2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2528

Black with #AD2528

Text Example


Text Example

White with #AD2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2528; }

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

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

background-color css

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

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

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

border-color css

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

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

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