Html Css Color HEX #AD2527 Guardsman Red

📋 copy color: '#AD2527'

red 173 ◦ green 37 ◦ blue 39

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

Shades of Guardsman Red #AD2527

Tints of Guardsman Red #AD2527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 69.48%
G = 14.86%
B = 15.66%

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

#AD2527 (or 0xAD2527) is known color: Guardsman Red. HEX triplet: AD, 25 and 27. RGB value is (173,37,39). Sum of RGB (Red+Green+Blue) = 173+37+39=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2527 is #52DAD8. Grayscale: #4E4E4E. Windows color (decimal): -5429977 or 2565549. OLE color: 2565549.

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

Color convert

RGB 173 37 39 -
CMYK 0 0.79 0.77 0.32
HSL 359.12º 0.65% 0.41% -
HSV(B) 359.12º 0.79% 0.68% -
XYZ 18.26 10.35 2.96 -
YUV 77.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 173 37 39 0 0.79 0.77 0.32 359.12 0.65 0.41
Hex AD 25 27 0 4F 4D 20 167 41 29
Octal 255 45 47 0 117 115 40 547 101 51
Binary 10101101 100101 100111 0 1001111 1001101 100000 101100111 1000001 101001

Color Harmonies of #AD2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2527

Black with #AD2527

Text Example


Text Example

White with #AD2527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2527; }

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

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

background-color css

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

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

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

border-color css

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

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

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