#AC3B38

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

Shades of Medium Carmine #AC3B38

Tints of Medium Carmine #AC3B38

Color information

#AC3B38 (or 0xAC3B38) is unknown color: approx Medium Carmine. HEX triplet: AC, 3B and 38. RGB value is (172,59,56). Sum of RGB (Red+Green+Blue) = 172+59+56=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B38 is #53C4C7. Grayscale: #5C5C5C. Windows color (decimal): -5489864 or 3685292. OLE color: 3685292.

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

Color convert

RGB1725956-
CMYK00.660.670.33
HSL1.55º50.88%44.71%-
HSV(B)1.55º67.44%67.45%-
XYZ19.2912.185.08-
YUV92.44107.44184.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.93%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=59.93%
G=20.56%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172595600.660.670.331.5550.8844.71
HexAC3B3804243212332d
Octal254737001021034126355
Binary1010110011101111100001000010100001110000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B38; }

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

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

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

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

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

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

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

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