#AC3C35

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

Shades of Medium Carmine #AC3C35

Tints of Medium Carmine #AC3C35

Color information

#AC3C35 (or 0xAC3C35) is unknown color: approx Medium Carmine. HEX triplet: AC, 3C and 35. RGB value is (172,60,53). Sum of RGB (Red+Green+Blue) = 172+60+53=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C35 is #53C3CA. Grayscale: #5C5C5C. Windows color (decimal): -5489611 or 3488940. OLE color: 3488940.

HSL color Cylindrical-coordinate representation of color #AC3C35: hue angle of 3.53º degrees, saturation: 0.53, 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 #AC3C35 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1726053-
CMYK00.650.690.33
HSL3.53º52.89%44.12%-
HSV(B)3.53º69.19%67.45%-
XYZ19.2712.264.72-
YUV92.69105.61184.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=60.35%
G=21.05%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172605300.650.690.333.5352.8944.12
HexAC3C3504145214352c
Octal254746501011054146554
Binary10101100111100110101010000011000101100001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C35; }

 p { color: rgb(172,60,53); }

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

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

 a { background-color: rgb(172,60,53); }

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

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

 span { border-color: rgb(172,60,53); }

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