#AC382E

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

Shades of Medium Carmine #AC382E

Tints of Medium Carmine #AC382E

Color information

#AC382E (or 0xAC382E) is unknown color: approx Medium Carmine. HEX triplet: AC, 38 and 2E. RGB value is (172,56,46). Sum of RGB (Red+Green+Blue) = 172+56+46=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC382E is #53C7D1. Grayscale: #595959. Windows color (decimal): -5490642 or 3029164. OLE color: 3029164.

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

Color convert

RGB1725646-
CMYK00.670.730.33
HSL4.76º57.8%42.75%-
HSV(B)4.76º73.26%67.45%-
XYZ18.9211.83.86-
YUV89.54103.43186.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.77%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=62.77%
G=20.44%
B=16.79%

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
Decimal172564600.670.730.334.7657.842.75
HexAC382E043492153a2b
Octal254705601031114157253
Binary10101100111000101110010000111001001100001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC382E; }

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

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

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

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

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

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

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

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