#A73F34

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

Shades of Medium Carmine #A73F34

Tints of Medium Carmine #A73F34

Color information

#A73F34 (or 0xA73F34) is unknown color: approx Medium Carmine. HEX triplet: A7, 3F and 34. RGB value is (167,63,52). Sum of RGB (Red+Green+Blue) = 167+63+52=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73F34 is #58C0CB. Grayscale: #5C5C5C. Windows color (decimal): -5816524 or 3424167. OLE color: 3424167.

HSL color Cylindrical-coordinate representation of color #A73F34: hue angle of 5.74º 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 #A73F34 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1676352-
CMYK00.620.690.35
HSL5.74º52.51%42.94%-
HSV(B)5.74º68.86%65.49%-
XYZ18.3312.024.6-
YUV92.84104.96180.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.22%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=59.22%
G=22.34%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167635200.620.690.355.7452.5142.94
HexA73F3403E45236352b
Octal24777640761054366553
Binary1010011111111111010001111101000101100011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73F34; }

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

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

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

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

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

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

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

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