#AC3836

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

Shades of Medium Carmine #AC3836

Tints of Medium Carmine #AC3836

Color information

#AC3836 (or 0xAC3836) is unknown color: approx Medium Carmine. HEX triplet: AC, 38 and 36. RGB value is (172,56,54). Sum of RGB (Red+Green+Blue) = 172+56+54=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3836 is #53C7C9. Grayscale: #5A5A5A. Windows color (decimal): -5490634 or 3553452. OLE color: 3553452.

HSL color Cylindrical-coordinate representation of color #AC3836: hue angle of 1.02º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3836 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1725654-
CMYK00.670.690.33
HSL1.02º52.21%44.31%-
HSV(B)1.02º68.6%67.45%-
XYZ19.0911.874.77-
YUV90.46107.43186.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.99%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=60.99%
G=19.86%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172565400.670.690.331.0252.2144.31
HexAC383604345211342c
Octal254706601031054116454
Binary101011001110001101100100001110001011000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3836; }

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

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

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

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

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

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

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

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