#AA1C27

Color #AA1C27 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #AA1C27

Tints of Bright Red #AA1C27

Color information

#AA1C27 (or 0xAA1C27) is unknown color: approx Bright Red. HEX triplet: AA, 1C and 27. RGB value is (170,28,39). Sum of RGB (Red+Green+Blue) = 170+28+39=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C27 is #55E3D8. Grayscale: #474747. Windows color (decimal): -5628889 or 2563242. OLE color: 2563242.

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

Color convert

RGB1702839-
CMYK00.840.770.33
HSL355.35º71.72%38.82%-
HSV(B)355.35º83.53%66.67%-
XYZ17.369.522.84-
YUV71.71109.54198.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.73%
GREEN value IS 28 (11.33% from 255) = 11.81%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=71.73%
G=11.81%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170283900.840.770.33355.3571.7238.82
HexAA1C270544D211634827
Octal252344701241154154311047
Binary10101010111001001110101010010011011000011011000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C27; }

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

 H1.HeaderClassName
 {
   color: #AA1C27;
 }
 .AnyTagClassName
 {
   color: #AA1C27;
 }
</style>
background-color css

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

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

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

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

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

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