#A73C31

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

Shades of Medium Carmine #A73C31

Tints of Medium Carmine #A73C31

Color information

#A73C31 (or 0xA73C31) is unknown color: approx Medium Carmine. HEX triplet: A7, 3C and 31. RGB value is (167,60,49). Sum of RGB (Red+Green+Blue) = 167+60+49=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C31 is #58C3CE. Grayscale: #5A5A5A. Windows color (decimal): -5817295 or 3226791. OLE color: 3226791.

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

Color convert

RGB1676049-
CMYK00.640.710.35
HSL5.59º54.63%42.35%-
HSV(B)5.59º70.66%65.49%-
XYZ18.1111.674.2-
YUV90.74104.45182.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.51%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=60.51%
G=21.74%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167604900.640.710.355.5954.6342.35
HexA73C3104047236372a
Octal247746101001074366752
Binary10100111111100110001010000001000111100011110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C31; }

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

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

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

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

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

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

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

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