#AC452E

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

Shades of Medium Carmine #AC452E

Tints of Medium Carmine #AC452E

Color information

#AC452E (or 0xAC452E) is unknown color: approx Medium Carmine. HEX triplet: AC, 45 and 2E. RGB value is (172,69,46). Sum of RGB (Red+Green+Blue) = 172+69+46=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC452E is #53BAD1. Grayscale: #616161. Windows color (decimal): -5487314 or 3032492. OLE color: 3032492.

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

Color convert

RGB1726946-
CMYK00.600.730.33
HSL10.95º57.8%42.75%-
HSV(B)10.95º73.26%67.45%-
XYZ19.6313.224.1-
YUV97.1899.12181.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.93%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=59.93%
G=24.04%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172694600.600.730.3310.9557.842.75
HexAC452E03C4921b3a2b
Octal2541055607411141137253
Binary101011001000101101110011110010010011000011011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC452E; }

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

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

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

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

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

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

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

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