#AC3D26

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

Shades of Medium Carmine #AC3D26

Tints of Medium Carmine #AC3D26

Color information

#AC3D26 (or 0xAC3D26) is unknown color: approx Medium Carmine. HEX triplet: AC, 3D and 26. RGB value is (172,61,38). Sum of RGB (Red+Green+Blue) = 172+61+38=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D26 is #53C2D9. Grayscale: #5B5B5B. Windows color (decimal): -5489370 or 2506156. OLE color: 2506156.

HSL color Cylindrical-coordinate representation of color #AC3D26: hue angle of 10.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC3D26 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1726138-
CMYK00.650.780.33
HSL10.3º63.81%41.18%-
HSV(B)10.3º77.91%67.45%-
XYZ19.0312.253.19-
YUV91.5797.77185.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.47%
GREEN value IS 61 (24.22% from 255) = 22.51%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=63.47%
G=22.51%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172613800.650.780.3310.363.8141.18
HexAC3D260414E21a4029
Octal25475460101116411210051
Binary1010110011110110011001000001100111010000110101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3D26; }

 p { color: rgb(172,61,38); }

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

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

 a { background-color: rgb(172,61,38); }

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

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

 span { border-color: rgb(172,61,38); }

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