#AC072A

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

Shades of Carmine #AC072A

Tints of Carmine #AC072A

Color information

#AC072A (or 0xAC072A) is unknown color: approx Carmine. HEX triplet: AC, 07 and 2A. RGB value is (172,7,42). Sum of RGB (Red+Green+Blue) = 172+7+42=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC072A is #53F8D5. Grayscale: #3C3C3C. Windows color (decimal): -5503190 or 2754476. OLE color: 2754476.

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

Color convert

RGB172742-
CMYK00.960.760.33
HSL347.27º92.18%35.1%-
HSV(B)347.27º95.93%67.45%-
XYZ17.519.093.02-
YUV60.32117.66207.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.83%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=77.83%
G=3.17%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17274200.960.760.33347.2792.1835.1
HexAC72A0604C2115b5c23
Octal25475201401144153313443
Binary101011001111010100110000010011001000011010110111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC072A; }

 p { color: rgb(172,7,42); }

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

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

 a { background-color: rgb(172,7,42); }

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

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

 span { border-color: rgb(172,7,42); }

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