#A73D31

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

Shades of Medium Carmine #A73D31

Tints of Medium Carmine #A73D31

Color information

#A73D31 (or 0xA73D31) is unknown color: approx Medium Carmine. HEX triplet: A7, 3D and 31. RGB value is (167,61,49). Sum of RGB (Red+Green+Blue) = 167+61+49=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73D31 is #58C2CE. Grayscale: #5B5B5B. Windows color (decimal): -5817039 or 3227047. OLE color: 3227047.

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

Color convert

RGB1676149-
CMYK00.630.710.35
HSL6.1º54.63%42.35%-
HSV(B)6.1º70.66%65.49%-
XYZ18.1611.774.22-
YUV91.33104.12181.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.29%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=60.29%
G=22.02%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167614900.630.710.356.154.6342.35
HexA73D3103F47236372a
Octal24775610771074366752
Binary1010011111110111000101111111000111100011110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73D31; }

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

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

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

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

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

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

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

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