#AC403A

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

Shades of Medium Carmine #AC403A

Tints of Medium Carmine #AC403A

Color information

#AC403A (or 0xAC403A) is unknown color: approx Medium Carmine. HEX triplet: AC, 40 and 3A. RGB value is (172,64,58). Sum of RGB (Red+Green+Blue) = 172+64+58=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC403A is #53BFC5. Grayscale: #5F5F5F. Windows color (decimal): -5488582 or 3817644. OLE color: 3817644.

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

Color convert

RGB1726458-
CMYK00.630.660.33
HSL3.16º49.57%45.1%-
HSV(B)3.16º66.28%67.45%-
XYZ19.6112.745.43-
YUV95.61106.78182.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.50%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=58.50%
G=21.77%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172645800.630.660.333.1649.5745.1
HexAC403A03F42213322d
Octal254100720771024136255
Binary1010110010000001110100111111100001010000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC403A; }

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

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

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

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

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

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

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

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