#AC1322

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

Shades of Carmine #AC1322

Tints of Carmine #AC1322

Color information

#AC1322 (or 0xAC1322) is unknown color: approx Carmine. HEX triplet: AC, 13 and 22. RGB value is (172,19,34). Sum of RGB (Red+Green+Blue) = 172+19+34=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1322 is #53ECDD. Grayscale: #424242. Windows color (decimal): -5500126 or 2233260. OLE color: 2233260.

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

Color convert

RGB1721934-
CMYK00.890.800.33
HSL354.12º80.1%37.45%-
HSV(B)354.12º88.95%67.45%-
XYZ17.539.352.39-
YUV66.46109.69203.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.44%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=76.44%
G=8.44%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172193400.890.800.33354.1280.137.45
HexAC132205950211625025
Octal254234201311204154212045
Binary10101100100111000100101100110100001000011011000101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1322; }

 p { color: rgb(172,19,34); }

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

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

 a { background-color: rgb(172,19,34); }

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

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

 span { border-color: rgb(172,19,34); }

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