#AA031D

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

Shades of Carmine #AA031D

Tints of Carmine #AA031D

Color information

#AA031D (or 0xAA031D) is unknown color: approx Carmine. HEX triplet: AA, 03 and 1D. RGB value is (170,3,29). Sum of RGB (Red+Green+Blue) = 170+3+29=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA031D is #55FCE2. Grayscale: #373737. Windows color (decimal): -5635299 or 1901482. OLE color: 1901482.

HSL color Cylindrical-coordinate representation of color #AA031D: hue angle of 350.66º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA031D is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB170329-
CMYK00.980.830.33
HSL350.66º96.53%33.92%-
HSV(B)350.66º98.24%66.67%-
XYZ16.838.71.95-
YUV55.9112.83209.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 84.16%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=84.16%
G=1.49%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17032900.980.830.33350.6696.5333.92
HexAA31D062532115f6122
Octal25233501421234153714142
Binary1010101011111010110001010100111000011010111111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA031D; }

 p { color: rgb(170,3,29); }

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

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

 a { background-color: rgb(170,3,29); }

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

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

 span { border-color: rgb(170,3,29); }

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