#AC412E

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

Shades of Medium Carmine #AC412E

Tints of Medium Carmine #AC412E

Color information

#AC412E (or 0xAC412E) is unknown color: approx Medium Carmine. HEX triplet: AC, 41 and 2E. RGB value is (172,65,46). Sum of RGB (Red+Green+Blue) = 172+65+46=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC412E is #53BED1. Grayscale: #5F5F5F. Windows color (decimal): -5488338 or 3031468. OLE color: 3031468.

HSL color Cylindrical-coordinate representation of color #AC412E: hue angle of 9.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC412E is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1726546-
CMYK00.620.730.33
HSL9.05º57.8%42.75%-
HSV(B)9.05º73.26%67.45%-
XYZ19.412.754.02-
YUV94.83100.45183.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.78%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=60.78%
G=22.97%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172654600.620.730.339.0557.842.75
HexAC412E03E492193a2b
Octal2541015607611141117253
Binary101011001000001101110011111010010011000011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC412E; }

 p { color: rgb(172,65,46); }

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

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

 a { background-color: rgb(172,65,46); }

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

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

 span { border-color: rgb(172,65,46); }

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