#AA131E

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

Shades of Carmine #AA131E

Tints of Carmine #AA131E

Color information

#AA131E (or 0xAA131E) is unknown color: approx Carmine. HEX triplet: AA, 13 and 1E. RGB value is (170,19,30). Sum of RGB (Red+Green+Blue) = 170+19+30=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA131E is #55ECE1. Grayscale: #414141. Windows color (decimal): -5631202 or 1971114. OLE color: 1971114.

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

Color convert

RGB1701930-
CMYK00.890.820.33
HSL355.63º79.89%37.06%-
HSV(B)355.63º88.82%66.67%-
XYZ17.049.112.09-
YUV65.4108.03202.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.63%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=77.63%
G=8.68%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170193000.890.820.33355.6379.8937.06
HexAA131E05952211645025
Octal252233601311224154412045
Binary1010101010011111100101100110100101000011011001001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA131E; }

 p { color: rgb(170,19,30); }

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

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

 a { background-color: rgb(170,19,30); }

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

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

 span { border-color: rgb(170,19,30); }

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