#AC3A2E

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

Shades of Medium Carmine #AC3A2E

Tints of Medium Carmine #AC3A2E

Color information

#AC3A2E (or 0xAC3A2E) is unknown color: approx Medium Carmine. HEX triplet: AC, 3A and 2E. RGB value is (172,58,46). Sum of RGB (Red+Green+Blue) = 172+58+46=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A2E is #53C5D1. Grayscale: #5A5A5A. Windows color (decimal): -5490130 or 3029676. OLE color: 3029676.

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

Color convert

RGB1725846-
CMYK00.660.730.33
HSL5.71º57.8%42.75%-
HSV(B)5.71º73.26%67.45%-
XYZ19.0211.993.9-
YUV90.72102.77185.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=62.32%
G=21.01%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172584600.660.730.335.7157.842.75
HexAC3A2E042492163a2b
Octal254725601021114167253
Binary10101100111010101110010000101001001100001110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A2E; }

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

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

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

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

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

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

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

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