#AC0610

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

Shades of Carmine #AC0610

Tints of Carmine #AC0610

Color information

#AC0610 (or 0xAC0610) is unknown color: approx Carmine. HEX triplet: AC, 06 and 10. RGB value is (172,6,16). Sum of RGB (Red+Green+Blue) = 172+6+16=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0610 is #53F9EF. Grayscale: #383838. Windows color (decimal): -5503472 or 1050284. OLE color: 1050284.

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

Color convert

RGB172616-
CMYK00.970.910.33
HSL356.39º93.26%34.9%-
HSV(B)356.39º96.51%67.45%-
XYZ17.178.941.31-
YUV56.77105210.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 88.66%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=88.66%
G=3.09%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17261600.970.910.33356.3993.2634.9
HexAC6100615B211645d23
Octal25462001411334154413543
Binary10101100110100000110000110110111000011011001001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0610; }

 p { color: rgb(172,6,16); }

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

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

 a { background-color: rgb(172,6,16); }

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

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

 span { border-color: rgb(172,6,16); }

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