#AC403E

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

Shades of Medium Carmine #AC403E

Tints of Medium Carmine #AC403E

Color information

#AC403E (or 0xAC403E) is unknown color: approx Medium Carmine. HEX triplet: AC, 40 and 3E. RGB value is (172,64,62). Sum of RGB (Red+Green+Blue) = 172+64+62=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC403E is #53BFC1. Grayscale: #606060. Windows color (decimal): -5488578 or 4079788. OLE color: 4079788.

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

Color convert

RGB1726462-
CMYK00.630.640.33
HSL1.09º47.01%45.88%-
HSV(B)1.09º63.95%67.45%-
XYZ19.7212.795.99-
YUV96.06108.78182.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.72%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=57.72%
G=21.48%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172646200.630.640.331.0947.0145.88
HexAC403E03F402112f2e
Octal254100760771004115756
Binary101011001000000111110011111110000001000011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC403E; }

 p { color: rgb(172,64,62); }

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

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

 a { background-color: rgb(172,64,62); }

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

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

 span { border-color: rgb(172,64,62); }

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