#A43C34

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

Shades of Medium Carmine #A43C34

Tints of Medium Carmine #A43C34

Color information

#A43C34 (or 0xA43C34) is unknown color: approx Medium Carmine. HEX triplet: A4, 3C and 34. RGB value is (164,60,52). Sum of RGB (Red+Green+Blue) = 164+60+52=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43C34 is #5BC3CB. Grayscale: #5A5A5A. Windows color (decimal): -6013900 or 3423396. OLE color: 3423396.

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

Color convert

RGB1646052-
CMYK00.630.680.36
HSL4.29º51.85%42.35%-
HSV(B)4.29º68.29%64.31%-
XYZ17.5511.374.52-
YUV90.18106.46180.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=59.42%
G=21.74%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164605200.630.680.364.2951.8542.35
HexA43C3403F44244342a
Octal24474640771044446452
Binary1010010011110011010001111111000100100100100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43C34; }

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

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

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

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

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

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

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

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