#ac4038

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

Shades of Medium Carmine #AC4038

Tints of Medium Carmine #AC4038

Color information

#AC4038 (or 0xAC4038) is unknown color: approx Medium Carmine. HEX triplet: AC, 40 and 38. RGB value is (172,64,56). Sum of RGB (Red+Green+Blue) = 172+64+56=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4038 is #53BFC7. Grayscale: #5F5F5F. Windows color (decimal): -5488584 or 3686572. OLE color: 3686572.

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

Color convert

RGB1726456-
CMYK00.630.670.33
HSL4.14º50.88%44.71%-
HSV(B)4.14º67.44%67.45%-
XYZ19.5612.725.17-
YUV95.38105.78182.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.90%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=58.90%
G=21.92%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172645600.630.670.334.1450.8844.71
HexAC403803F43214332d
Octal254100700771034146355
Binary10101100100000011100001111111000011100001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4038; }

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

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

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

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

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

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

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

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