#AC1323

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

Shades of Carmine #AC1323

Tints of Carmine #AC1323

Color information

#AC1323 (or 0xAC1323) is unknown color: approx Carmine. HEX triplet: AC, 13 and 23. RGB value is (172,19,35). Sum of RGB (Red+Green+Blue) = 172+19+35=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1323 is #53ECDC. Grayscale: #424242. Windows color (decimal): -5500125 or 2298796. OLE color: 2298796.

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

Color convert

RGB1721935-
CMYK00.890.800.33
HSL353.73º80.1%37.45%-
HSV(B)353.73º88.95%67.45%-
XYZ17.559.362.47-
YUV66.57110.19203.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.11%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 35 (14.06% from 255) = 15.49%
R=76.11%
G=8.41%
B=15.49%

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
Decimal172193500.890.800.33353.7380.137.45
HexAC132305950211625025
Octal254234301311204154212045
Binary10101100100111000110101100110100001000011011000101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1323; }

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

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

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

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

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

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

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

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