#AC060F

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

Shades of Carmine #AC060F

Tints of Carmine #AC060F

Color information

#AC060F (or 0xAC060F) is unknown color: approx Carmine. HEX triplet: AC, 06 and 0F. RGB value is (172,6,15). Sum of RGB (Red+Green+Blue) = 172+6+15=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC060F is #53F9F0. Grayscale: #383838. Windows color (decimal): -5503473 or 984748. OLE color: 984748.

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

Color convert

RGB172615-
CMYK00.970.910.33
HSL356.75º93.26%34.9%-
HSV(B)356.75º96.51%67.45%-
XYZ17.168.941.27-
YUV56.66104.5210.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 89.12%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 15 (6.25% from 255) = 7.77%
R=89.12%
G=3.11%
B=7.77%

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
Decimal17261500.970.910.33356.7593.2634.9
HexAC6F0615B211655d23
Octal25461701411334154513543
Binary1010110011011110110000110110111000011011001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC060F; }

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

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

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

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

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

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

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

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