#AC483A

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

Shades of Medium Carmine #AC483A

Tints of Medium Carmine #AC483A

Color information

#AC483A (or 0xAC483A) is unknown color: approx Medium Carmine. HEX triplet: AC, 48 and 3A. RGB value is (172,72,58). Sum of RGB (Red+Green+Blue) = 172+72+58=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC483A is #53B7C5. Grayscale: #646464. Windows color (decimal): -5486534 or 3819692. OLE color: 3819692.

HSL color Cylindrical-coordinate representation of color #AC483A: hue angle of 7.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC483A is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1727258-
CMYK00.580.660.33
HSL7.37º49.57%45.1%-
HSV(B)7.37º66.28%67.45%-
XYZ20.0913.715.59-
YUV100.3104.13179.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=56.95%
G=23.84%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172725800.580.660.337.3749.5745.1
HexAC483A03A42217322d
Octal254110720721024176255
Binary10101100100100011101001110101000010100001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC483A; }

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

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

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

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

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

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

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

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