#AC392E

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

Shades of Medium Carmine #AC392E

Tints of Medium Carmine #AC392E

Color information

#AC392E (or 0xAC392E) is unknown color: approx Medium Carmine. HEX triplet: AC, 39 and 2E. RGB value is (172,57,46). Sum of RGB (Red+Green+Blue) = 172+57+46=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC392E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC392E is #53C6D1. Grayscale: #5A5A5A. Windows color (decimal): -5490386 or 3029420. OLE color: 3029420.

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

Color convert

RGB1725746-
CMYK00.670.730.33
HSL5.24º57.8%42.75%-
HSV(B)5.24º73.26%67.45%-
XYZ18.9711.893.88-
YUV90.13103.1186.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=62.55%
G=20.73%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172574600.670.730.335.2457.842.75
HexAC392E043492153a2b
Octal254715601031114157253
Binary10101100111001101110010000111001001100001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC392E; }

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

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

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

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

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

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

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

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