#AC473A

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

Shades of Medium Carmine #AC473A

Tints of Medium Carmine #AC473A

Color information

#AC473A (or 0xAC473A) is unknown color: approx Medium Carmine. HEX triplet: AC, 47 and 3A. RGB value is (172,71,58). Sum of RGB (Red+Green+Blue) = 172+71+58=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC473A is #53B8C5. Grayscale: #636363. Windows color (decimal): -5486790 or 3819436. OLE color: 3819436.

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

Color convert

RGB1727158-
CMYK00.590.660.33
HSL6.84º49.57%45.1%-
HSV(B)6.84º66.28%67.45%-
XYZ20.0313.585.57-
YUV99.72104.46179.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=57.14%
G=23.59%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172715800.590.660.336.8449.5745.1
HexAC473A03B42217322d
Octal254107720731024176255
Binary10101100100011111101001110111000010100001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC473A; }

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

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

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

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

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

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

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

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