Html Css Color HEX #AD272C Guardsman Red

📋 copy color: '#AD272C'

red 173 ◦ green 39 ◦ blue 44

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

Shades of Guardsman Red #AD272C

Tints of Guardsman Red #AD272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 67.58%
G = 15.23%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD272C (or 0xAD272C) is known color: Guardsman Red. HEX triplet: AD, 27 and 2C. RGB value is (173,39,44). Sum of RGB (Red+Green+Blue) = 173+39+44=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD272C is #52D8D3. Grayscale: #4F4F4F. Windows color (decimal): -5429460 or 2893741. OLE color: 2893741.

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

Color convert

RGB 173 39 44 -
CMYK 0 0.77 0.75 0.32
HSL 357.76º 0.63% 0.42% -
HSV(B) 357.76º 0.77% 0.68% -
XYZ 18.41 10.52 3.44 -
YUV 79.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 173 39 44 0 0.77 0.75 0.32 357.76 0.63 0.42
Hex AD 27 2C 0 4D 4B 20 166 3F 2A
Octal 255 47 54 0 115 113 40 546 77 52
Binary 10101101 100111 101100 0 1001101 1001011 100000 101100110 111111 101010

Color Harmonies of #AD272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD272C

Black with #AD272C

Text Example


Text Example

White with #AD272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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