#AC062D

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

Shades of Carmine #AC062D

Tints of Carmine #AC062D

Color information

#AC062D (or 0xAC062D) is unknown color: approx Carmine. HEX triplet: AC, 06 and 2D. RGB value is (172,6,45). Sum of RGB (Red+Green+Blue) = 172+6+45=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC062D is #53F9D2. Grayscale: #3C3C3C. Windows color (decimal): -5503443 or 2950828. OLE color: 2950828.

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

Color convert

RGB172645-
CMYK00.970.740.33
HSL345.9º93.26%34.9%-
HSV(B)345.9º96.51%67.45%-
XYZ17.559.093.31-
YUV60.08119.5207.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.13%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=77.13%
G=2.69%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17264500.970.740.33345.993.2634.9
HexAC62D0614A2115a5d23
Octal25465501411124153213543
Binary101011001101011010110000110010101000011010110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC062D; }

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

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

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

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

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

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

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

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