#AA1523

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

Shades of Carmine #AA1523

Tints of Carmine #AA1523

Color information

#AA1523 (or 0xAA1523) is unknown color: approx Carmine. HEX triplet: AA, 15 and 23. RGB value is (170,21,35). Sum of RGB (Red+Green+Blue) = 170+21+35=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1523 is #55EADC. Grayscale: #434343. Windows color (decimal): -5630685 or 2299306. OLE color: 2299306.

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

Color convert

RGB1702135-
CMYK00.880.790.33
HSL354.36º78.01%37.45%-
HSV(B)354.36º87.65%66.67%-
XYZ17.159.22.46-
YUV67.15109.86201.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 75.22%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 35 (14.06% from 255) = 15.49%
R=75.22%
G=9.29%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170213500.880.790.33354.3678.0137.45
HexAA15230584F211624e25
Octal252254301301174154211645
Binary10101010101011000110101100010011111000011011000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1523; }

 p { color: rgb(170,21,35); }

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

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

 a { background-color: rgb(170,21,35); }

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

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

 span { border-color: rgb(170,21,35); }

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