#AC1221

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

Shades of Carmine #AC1221

Tints of Carmine #AC1221

Color information

#AC1221 (or 0xAC1221) is unknown color: approx Carmine. HEX triplet: AC, 12 and 21. RGB value is (172,18,33). Sum of RGB (Red+Green+Blue) = 172+18+33=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1221 is #53EDDE. Grayscale: #414141. Windows color (decimal): -5500383 or 2167468. OLE color: 2167468.

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

Color convert

RGB1721833-
CMYK00.900.810.33
HSL354.16º81.05%37.25%-
HSV(B)354.16º89.53%67.45%-
XYZ17.59.312.31-
YUV65.76109.52203.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.13%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=77.13%
G=8.07%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172183300.900.810.33354.1681.0537.25
HexAC122105A51211625125
Octal254224101321214154212145
Binary10101100100101000010101101010100011000011011000101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1221; }

 p { color: rgb(172,18,33); }

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

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

 a { background-color: rgb(172,18,33); }

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

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

 span { border-color: rgb(172,18,33); }

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