Html Css Color HEX #AA1C1D Guardsman Red

📋 copy color: '#AA1C1D'

red 170 ◦ green 28 ◦ blue 29

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

Shades of Guardsman Red #AA1C1D

Tints of Guardsman Red #AA1C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.33%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 74.89%
G = 12.33%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA1C1D (or 0xAA1C1D) is known color: Guardsman Red. HEX triplet: AA, 1C and 1D. RGB value is (170,28,29). Sum of RGB (Red+Green+Blue) = 170+28+29=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C1D is #55E3E2. Grayscale: #464646. Windows color (decimal): -5628899 or 1907882. OLE color: 1907882.

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

Color convert

RGB 170 28 29 -
CMYK 0 0.84 0.83 0.33
HSL 359.58º 0.72% 0.39% -
HSV(B) 359.58º 0.84% 0.67% -
XYZ 17.21 9.47 2.08 -
YUV 70.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 170 28 29 0 0.84 0.83 0.33 359.58 0.72 0.39
Hex AA 1C 1D 0 54 53 21 168 48 27
Octal 252 34 35 0 124 123 41 550 110 47
Binary 10101010 11100 11101 0 1010100 1010011 100001 101101000 1001000 100111

Color Harmonies of #AA1C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C1D

Black with #AA1C1D

Text Example


Text Example

White with #AA1C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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