Html Css Color HEX #AA1D1F Guardsman Red

📋 copy color: '#AA1D1F'

red 170 ◦ green 29 ◦ blue 31

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

Shades of Guardsman Red #AA1D1F

Tints of Guardsman Red #AA1D1F

RGB

 RED value IS 170 (66.8% from 255) = 73.91%

 GREEN value IS 29 (11.72% from 255) = 12.61%

 BLUE value IS 31 (12.5% from 255) = 13.48%

R = 73.91%
G = 12.61%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA1D1F (or 0xAA1D1F) is known color: Guardsman Red. HEX triplet: AA, 1D and 1F. RGB value is (170,29,31). Sum of RGB (Red+Green+Blue) = 170+29+31=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1D1F is #55E2E0. Grayscale: #474747. Windows color (decimal): -5628641 or 2039210. OLE color: 2039210.

HSL color Cylindrical-coordinate representation of color #AA1D1F: hue angle of 359.15º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D1F is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 29 31 -
CMYK 0 0.83 0.82 0.33
HSL 359.15º 0.71% 0.39% -
HSV(B) 359.15º 0.83% 0.67% -
XYZ 17.26 9.52 2.22 -
YUV 71.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 170 29 31 0 0.83 0.82 0.33 359.15 0.71 0.39
Hex AA 1D 1F 0 53 52 21 167 47 27
Octal 252 35 37 0 123 122 41 547 107 47
Binary 10101010 11101 11111 0 1010011 1010010 100001 101100111 1000111 100111

Color Harmonies of #AA1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D1F

Black with #AA1D1F

Text Example


Text Example

White with #AA1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D1F; }

 p { color: rgb(170,29,31); }

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

background-color css

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

 a { background-color: rgb(170,29,31); }

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

border-color css

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

 span { border-color: rgb(170,29,31); }

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