#AA1C28

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

Shades of Bright Red #AA1C28

Tints of Bright Red #AA1C28

Color information

#AA1C28 (or 0xAA1C28) is unknown color: approx Bright Red. HEX triplet: AA, 1C and 28. RGB value is (170,28,40). Sum of RGB (Red+Green+Blue) = 170+28+40=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C28 is #55E3D7. Grayscale: #474747. Windows color (decimal): -5628888 or 2628778. OLE color: 2628778.

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

Color convert

RGB1702840-
CMYK00.840.760.33
HSL354.93º71.72%38.82%-
HSV(B)354.93º83.53%66.67%-
XYZ17.389.532.93-
YUV71.83110.04198.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 28 (11.33% from 255) = 11.76%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=71.43%
G=11.76%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170284000.840.760.33354.9371.7238.82
HexAA1C280544C211634827
Octal252345001241144154311047
Binary10101010111001010000101010010011001000011011000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C28; }

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

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

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

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

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

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

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

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