#AC3A38

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

Shades of Medium Carmine #AC3A38

Tints of Medium Carmine #AC3A38

Color information

#AC3A38 (or 0xAC3A38) is unknown color: approx Medium Carmine. HEX triplet: AC, 3A and 38. RGB value is (172,58,56). Sum of RGB (Red+Green+Blue) = 172+58+56=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A38 is #53C5C7. Grayscale: #5B5B5B. Windows color (decimal): -5490120 or 3685036. OLE color: 3685036.

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

Color convert

RGB1725856-
CMYK00.660.670.33
HSL1.03º50.88%44.71%-
HSV(B)1.03º67.44%67.45%-
XYZ19.2412.085.06-
YUV91.86107.77185.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.14%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=60.14%
G=20.28%
B=19.58%

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
Decimal172585600.660.670.331.0350.8844.71
HexAC3A3804243211332d
Octal254727001021034116355
Binary101011001110101110000100001010000111000011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A38; }

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

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

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

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

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

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

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

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