#AC3A34

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

Shades of Medium Carmine #AC3A34

Tints of Medium Carmine #AC3A34

Color information

#AC3A34 (or 0xAC3A34) is unknown color: approx Medium Carmine. HEX triplet: AC, 3A and 34. RGB value is (172,58,52). Sum of RGB (Red+Green+Blue) = 172+58+52=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A34 is #53C5CB. Grayscale: #5B5B5B. Windows color (decimal): -5490124 or 3422892. OLE color: 3422892.

HSL color Cylindrical-coordinate representation of color #AC3A34: hue angle of 3º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3A34 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1725852-
CMYK00.660.700.33
HSL53.57%43.92%-
HSV(B)69.77%67.45%-
XYZ19.1512.044.56-
YUV91.4105.77185.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.99%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=60.99%
G=20.57%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172585200.660.700.33353.5743.92
HexAC3A3404246213362c
Octal254726401021064136654
Binary1010110011101011010001000010100011010000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A34; }

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

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

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

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

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

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

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

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