#AC452D

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

Shades of Medium Carmine #AC452D

Tints of Medium Carmine #AC452D

Color information

#AC452D (or 0xAC452D) is unknown color: approx Medium Carmine. HEX triplet: AC, 45 and 2D. RGB value is (172,69,45). Sum of RGB (Red+Green+Blue) = 172+69+45=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC452D is #53BAD2. Grayscale: #616161. Windows color (decimal): -5487315 or 2966956. OLE color: 2966956.

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

Color convert

RGB1726945-
CMYK00.600.740.33
HSL11.34º58.53%42.55%-
HSV(B)11.34º73.84%67.45%-
XYZ19.6213.224-
YUV97.0698.62181.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.14%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=60.14%
G=24.13%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172694500.600.740.3311.3458.5342.55
HexAC452D03C4A21b3b2b
Octal2541055507411241137353
Binary101011001000101101101011110010010101000011011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC452D; }

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

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

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

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

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

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

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

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