#AA1C2B

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

Shades of Bright Red #AA1C2B

Tints of Bright Red #AA1C2B

Color information

#AA1C2B (or 0xAA1C2B) is unknown color: approx Bright Red. HEX triplet: AA, 1C and 2B. RGB value is (170,28,43). Sum of RGB (Red+Green+Blue) = 170+28+43=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C2B is #55E3D4. Grayscale: #484848. Windows color (decimal): -5628885 or 2825386. OLE color: 2825386.

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

Color convert

RGB1702843-
CMYK00.840.750.33
HSL353.66º71.72%38.82%-
HSV(B)353.66º83.53%66.67%-
XYZ17.439.553.21-
YUV72.17111.54197.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.54%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=70.54%
G=11.62%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170284300.840.750.33353.6671.7238.82
HexAA1C2B0544B211624827
Octal252345301241134154211047
Binary10101010111001010110101010010010111000011011000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C2B; }

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

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

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

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

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

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

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

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