#A43C33

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

Shades of Medium Carmine #A43C33

Tints of Medium Carmine #A43C33

Color information

#A43C33 (or 0xA43C33) is unknown color: approx Medium Carmine. HEX triplet: A4, 3C and 33. RGB value is (164,60,51). Sum of RGB (Red+Green+Blue) = 164+60+51=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43C33 is #5BC3CC. Grayscale: #5A5A5A. Windows color (decimal): -6013901 or 3357860. OLE color: 3357860.

HSL color Cylindrical-coordinate representation of color #A43C33: hue angle of 4.78º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43C33 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1646051-
CMYK00.630.690.36
HSL4.78º52.56%42.16%-
HSV(B)4.78º68.9%64.31%-
XYZ17.5211.364.4-
YUV90.07105.96180.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.64%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=59.64%
G=21.82%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164605100.630.690.364.7852.5642.16
HexA43C3303F45245352a
Octal24474630771054456552
Binary1010010011110011001101111111000101100100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43C33; }

 p { color: rgb(164,60,51); }

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

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

 a { background-color: rgb(164,60,51); }

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

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

 span { border-color: rgb(164,60,51); }

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