#AC061C

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

Shades of Carmine #AC061C

Tints of Carmine #AC061C

Color information

#AC061C (or 0xAC061C) is unknown color: approx Carmine. HEX triplet: AC, 06 and 1C. RGB value is (172,6,28). Sum of RGB (Red+Green+Blue) = 172+6+28=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC061C is #53F9E3. Grayscale: #3A3A3A. Windows color (decimal): -5503460 or 1836716. OLE color: 1836716.

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

Color convert

RGB172628-
CMYK00.970.840.33
HSL352.05º93.26%34.9%-
HSV(B)352.05º96.51%67.45%-
XYZ17.298.981.92-
YUV58.14111209.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 83.50%
GREEN value IS 6 (2.73% from 255) = 2.91%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=83.50%
G=2.91%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17262800.970.840.33352.0593.2634.9
HexAC61C06154211605d23
Octal25463401411244154013543
Binary10101100110111000110000110101001000011011000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC061C; }

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

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

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

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

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

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

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

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