Html Css Color HEX #AD1F27 Guardsman Red

📋 copy color: '#AD1F27'

red 173 ◦ green 31 ◦ blue 39

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

Shades of Guardsman Red #AD1F27

Tints of Guardsman Red #AD1F27

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

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

R = 71.19%
G = 12.76%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD1F27 (or 0xAD1F27) is known color: Guardsman Red. HEX triplet: AD, 1F and 27. RGB value is (173,31,39). Sum of RGB (Red+Green+Blue) = 173+31+39=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F27 is #52E0D8. Grayscale: #4A4A4A. Windows color (decimal): -5431513 or 2564013. OLE color: 2564013.

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

Color convert

RGB 173 31 39 -
CMYK 0 0.82 0.77 0.32
HSL 356.62º 0.7% 0.4% -
HSV(B) 356.62º 0.82% 0.68% -
XYZ 18.09 10.01 2.9 -
YUV 74.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 173 31 39 0 0.82 0.77 0.32 356.62 0.7 0.4
Hex AD 1F 27 0 52 4D 20 165 46 28
Octal 255 37 47 0 122 115 40 545 106 50
Binary 10101101 11111 100111 0 1010010 1001101 100000 101100101 1000110 101000

Color Harmonies of #AD1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F27

Black with #AD1F27

Text Example


Text Example

White with #AD1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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