#A73C34

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

Shades of Medium Carmine #A73C34

Tints of Medium Carmine #A73C34

Color information

#A73C34 (or 0xA73C34) is unknown color: approx Medium Carmine. HEX triplet: A7, 3C and 34. RGB value is (167,60,52). Sum of RGB (Red+Green+Blue) = 167+60+52=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C34 is #58C3CB. Grayscale: #5B5B5B. Windows color (decimal): -5817292 or 3423399. OLE color: 3423399.

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

Color convert

RGB1676052-
CMYK00.640.690.35
HSL4.17º52.51%42.94%-
HSV(B)4.17º68.86%65.49%-
XYZ18.1711.74.55-
YUV91.08105.95182.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.86%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=59.86%
G=21.51%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167605200.640.690.354.1752.5142.94
HexA73C3404045234352b
Octal247746401001054346553
Binary10100111111100110100010000001000101100011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C34; }

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

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

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

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

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

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

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

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