Html Css Color HEX #AD272D Guardsman Red

📋 copy color: '#AD272D'

red 173 ◦ green 39 ◦ blue 45

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

Shades of Guardsman Red #AD272D

Tints of Guardsman Red #AD272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 67.32%
G = 15.18%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD272D (or 0xAD272D) is known color: Guardsman Red. HEX triplet: AD, 27 and 2D. RGB value is (173,39,45). Sum of RGB (Red+Green+Blue) = 173+39+45=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD272D is #52D8D2. Grayscale: #4F4F4F. Windows color (decimal): -5429459 or 2959277. OLE color: 2959277.

HSL color Cylindrical-coordinate representation of color #AD272D: hue angle of 357.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD272D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 45 -
CMYK 0 0.77 0.74 0.32
HSL 357.31º 0.63% 0.42% -
HSV(B) 357.31º 0.77% 0.68% -
XYZ 18.43 10.52 3.54 -
YUV 79.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 173 39 45 0 0.77 0.74 0.32 357.31 0.63 0.42
Hex AD 27 2D 0 4D 4A 20 165 3F 2A
Octal 255 47 55 0 115 112 40 545 77 52
Binary 10101101 100111 101101 0 1001101 1001010 100000 101100101 111111 101010

Color Harmonies of #AD272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD272D

Black with #AD272D

Text Example


Text Example

White with #AD272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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