#ac4138

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

Shades of Medium Carmine #AC4138

Tints of Medium Carmine #AC4138

Color information

#AC4138 (or 0xAC4138) is unknown color: approx Medium Carmine. HEX triplet: AC, 41 and 38. RGB value is (172,65,56). Sum of RGB (Red+Green+Blue) = 172+65+56=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4138 is #53BEC7. Grayscale: #606060. Windows color (decimal): -5488328 or 3686828. OLE color: 3686828.

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

Color convert

RGB1726556-
CMYK00.620.670.33
HSL4.66º50.88%44.71%-
HSV(B)4.66º67.44%67.45%-
XYZ19.6212.845.19-
YUV95.97105.45182.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=58.70%
G=22.18%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172655600.620.670.334.6650.8844.71
HexAC413803E43215332d
Octal254101700761034156355
Binary10101100100000111100001111101000011100001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4138; }

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

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

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

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

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

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

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

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